0
Fixed

Error when click on Gantt button

nguyenhuanbk 8 years ago updated by Nguyen 8 years ago 1

Caused by: com.esofthead.mycollab.core.d: java.lang.IllegalArgumentException: Ids must exist in the Container or as a generated column, missing id: ganttIndex

at com.esofthead.mycollab.vaadin.mvp.view.AbstractLazyPageView$1.c(AbstractLazyPageView.java:55)
at com.esofthead.mycollab.vaadin.b$1$1.run(AsyncInvoker.java:44)
at com.vaadin.ui.UI.accessSynchronously(UI.java:1381)
at com.vaadin.ui.UI$3.run(UI.java:1447)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at com.vaadin.server.VaadinService.runPendingAccessTasks(VaadinService.java:1835)
... 30 common frames omitted
Caused by: java.lang.IllegalArgumentException: Ids must exist in the Container or as a generated column, missing id: ganttIndex
at com.vaadin.ui.Table.setVisibleColumns(Table.java:691)
at com.esofthead.mycollab.pro.module.project.view.assignments.gantt.GanttTreeTable.<init>(GanttTreeTable.java:76)
at com.esofthead.mycollab.pro.module.project.view.assignments.GanttChartViewImpl.a(GanttChartViewImpl.java:105)
at com.esofthead.mycollab.vaadin.mvp.view.AbstractLazyPageView$1.c(AbstractLazyPageView.java:53)
... 36 common frames omitted

Fixed

Hi,

This issue is fixed in the next release.


Regards,

Hai Nguyen