Hi,
there seems to be a regression in the latest nightlies.
If a sort field is specified, i.e. ListGridItem.setSortField(), the following error is thrown if the field is "used":
[ERROR] [showcase] - 00:17:30.941:MUP3:WARN:Log:Uncaught JavaScript exception: TypeError: this.body is null in http://127.0.0.1:8080/showcase/sc/modules/ISC_Grids.js, line 1440
To reproduce this, insert
in the showcase's GridDependentSelectsSample.java example and try to edit the division field.
This did not happen in nightlies before and including v10.1d_2014-07-31/LGPL Development Only (built 2014-07-31)
Note that this example here does not seem to make much sense, but I am actually using this in a more complex grid to sort the display field value of an option datasource in a filter editor.
Regards,
fatzopilot
there seems to be a regression in the latest nightlies.
If a sort field is specified, i.e. ListGridItem.setSortField(), the following error is thrown if the field is "used":
[ERROR] [showcase] - 00:17:30.941:MUP3:WARN:Log:Uncaught JavaScript exception: TypeError: this.body is null in http://127.0.0.1:8080/showcase/sc/modules/ISC_Grids.js, line 1440
To reproduce this, insert
Code:
divisionSelectItem.setSortField("division");
This did not happen in nightlies before and including v10.1d_2014-07-31/LGPL Development Only (built 2014-07-31)
Note that this example here does not seem to make much sense, but I am actually using this in a more complex grid to sort the display field value of an option datasource in a filter editor.
Regards,
fatzopilot
Comment