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
This is a quick fix for this issue but we should review it properly as
smartUpdate should be the best way to do this change instead of using
invalidate.
Moreover the methods updateTooltipText are not really updating the
tooltip so can cause some misunderstanding.
FEA: ItEr75S04BugFixing
* 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
There was an issue while editing the cells inside TaskDetails component, as using the cursor keys
for moving inside the textboxes was causing that the cell was unfocused. The standard Tab and Shift+Tab
navigation is kept for right and left, and the arrow and down keys are kept mapped.
FEA: ItEr75S04BugFixing
There is not visibility from GanttZK to dynamicDatebox component, and it has some
diferences as far as the relationship between start and end date is more complex
that in the webapp element.
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