Before having the vflex properties, WBS tree had a fixed heigh. Making the component vertically flexible
allows using all vertical space available, displaying all tasks that the server pager configures (25). The
only minor disadvantage of the change is that neither the pager nor the 'selected task' buttons are inside the
scrollable area, so not permanently visible.
FEA: ItEr75S04BugFixing
The ;jsession URI parameter is interfering EntryPointsHandler behaviour,
causing that redirects when this variable is set don't work.
FEA: ItEr75S04BugFixing
This should be fixed in the future, since it has a workaround for unit tests which bypasses the new behaviour of default data inserting. Those sections to be fixed are in commented lines with //FIXME label.
FEA: ItEr75S29DefaultData
* Updated database changelog to set properly the default value of the
new field.
* Disable some fields in configuration window depending on the LDAP
strategy selected.
FEA: ItEr74S09LdapAuhentication
Material listboxes now expand gracefully, giving the unused space to code and category
labels. When the grid is empty, however, the headers don't occupy all the space. A perfect
solution would cover also this case.
FEA: ItEr75S04BugFixing
As the component is now allowed to use all remaining space, it's not
needed any longer to calculate it based on the tree depth.
FEA: ItEr75S04BugFixing
The component created for 'transforming' a textbox into a datebox with onOk event, was
now building all dateboxes, which could decrease performance on big orders. The component
has been modified to create the dateboxes just on demand.
FEA: ItEr75S04BugFixing
It makes this window coherent with the one in WBS.
Moreover, there were more problems than the one described in the bug
itself. For example, if you remove a progress type and click cancel, the
progress is removed when you come back to the pop-up.
The problem is that we're not working against a copy so in cancel button
we need to revert all the changes done, which is quite complicated. So,
at this moment the decision is remove this option.
FEA: ItEr75S04BugFixing
The problem was related with a JavaScript error trying to update the
hours in the parent, when that element was not visible (in a previous
page).
A workaround is implemented to allow call directly
Intbox::setValueDirectly in order to prevent call smartUpdate which
launches the JavaScript event and the problem.
It is also implemented a method to know if Intbox is or not in current
page.
FEA: ItEr75S04BugFixing