Hide Forgot
Created attachment 811153 [details] Calendar view not showing In some scenarios, probably related to the amount of tasks, the calendar view of the task list does not show up. When you click the 'Calendar' view nothing happens (see attached screenshot). -------------------- Caused by: java.lang.IndexOutOfBoundsException: Row index: 10, Row size: 30 at com.google.gwt.user.cellview.client.AbstractHasData.checkRowBounds(AbstractHasData.java:988) at com.google.gwt.user.cellview.client.AbstractCellTable.getSubRowElement(AbstractCellTable.java:2276) at com.google.gwt.user.cellview.client.AbstractCellTable.getChildElement(AbstractCellTable.java:1726) at Caused by: java.lang.IndexOutOfBoundsException: Row index: 10, Row size: 30 at com.google.gwt.user.cellview.client.AbstractHasData.checkRowBounds(AbstractHasData.java:988) at com.google.gwt.user.cellview.client.AbstractCellTable.getSubRowElement(AbstractCellTable.java:2276) at com.google.gwt.user.cellview.client.AbstractCellTable.getChildElement(AbstractCellTable.java:1726) at Caused by: java.lang.IndexOutOfBoundsException: Row index: 10, Row size: 30 at com.google.gwt.user.cellview.client.AbstractHasData.checkRowBounds(AbstractHasData.java:988) at com.google.gwt.user.cellview.client.AbstractCellTable.getSubRowElement(AbstractCellTable.java:2276) at com.google.gwt.user.cellview.client.AbstractCellTable.getChildElement(AbstractCellTable.java:1726) at Caused by: java.lang.IndexOutOfBoundsException: Row index: 10, Row size: 30 at com.google.gwt.user.cellview.client.AbstractHasData.checkRowBounds(AbstractHasData.java:988) at com.google.gwt.user.cellview.client.AbstractCellTable.getSubRowElement(AbstractCellTable.java:2276) at com.google.gwt.user.cellview.client.AbstractCellTable.getChildElement(AbstractCellTable.java:1726) at Caused by: java.lang.IndexOutOfBoundsException: Row index: 10, Row size: 30 at com.google.gwt.user.cellview.client.AbstractHasData.checkRowBounds(AbstractHasData.java:988) at com.google.gwt.user.cellview.client.AbstractCellTable.getSubRowElement(AbstractCellTable.java:2276) at com.google.gwt.user.cellview.client.AbstractCellTable.getChildElement(AbstractCellTable.java:1726) at com.google.gwt.user.cellview.client.AbstractCellTable.getRowElement(AbstractCellTable.java:1196) at org.jbpm.console.ng.ht.client.util.DataGridUtils.getIdRowSelected(DataGridUtils.java:118) at <salaboy> org.jbpm.console.ng.ht.client.util.DataGridUtils.paintCalendarFromGrid(DataGridUtils.java:140) at org.jbpm.console.ng.ht.client.editors.taskslist.TasksListViewImpl.refreshCalendarView(TasksListViewImpl.java:322)
Fixed in 6.0.x and master: http://github.com/droolsjbpm/jbpm-console-ng/compare/1f6d25f...7384eaa
Verified on BPMS 6.0.0.ER5