* 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
the test SubcontractorComunicationDAOTest and add the changes of the database
in a new file db.changelog-1.2.xml
FEA: ItEr75S30SubcontractorIncommingCommunicationsLists
When user changes default zoom level of advanced allocation perspective,
now the value is stored and used again when user come back to that
perspective.
FEA: ItEr75S04BugFixing
The fix consists of changing the persistence model of the Dependency entity.
So far, it was deleted in the database when orphan dependencies appear in the Hibernate session
being flushed. Now, the orphan dependencies are removed explicitely on saving the Planning state.
An orphan dependency in the database is the one which has origin or destination NULL.
FEA: ItEr75S04BugFixing