The problem was that OrderModel.getOrders() was been called several times to show the list of projects. After reviewing the problem several issues were detected: * Util.createBindingsFor was always calling .loadAll() for each binder it creates, however this was not needed. Moreover a lot of times Util.reloadBindings is called just after Util.createBindings so the same thing is called twice. * If you go via the entry point or the icon to the project list, the binder for the page is properly initialized or not. If you come from the entry point, the binder is already working as expected, however if you come from the icon the binder has to be created manually. It has been added a method CreatedOnDemandTab.afterCreateAction() that is called or not depending if the user comes from the entry point or the icon. FEA: ItEr77S04BugFixing |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||