* JasperreportComponent is now handled as a separate project
* Updated all required imports
* Added dependency to JasperreportComponent on pom.xml
FEA: ItEr02S03MigracionZK5
* chrome PDF Viewer plugin shrinks PDF and entire surrounding page
when including a pdf inside an iframe
* This is a temporary fix to support old versions of chrome as it
seems to be fixed on latest builds
FEA: ItEr02S03MigracionZK5
* If we use a SimpleListModel the combobox will be empty (because the SimpleListModel extends from ListSubModel)
* Replaced with ListModelList
FEA: ItEr02S03MigracionZK5
* The groupbox inner elements have changed their classes
* We have to explictly add the border in the groupbox or the border-top will be missing
FEA: ItEr02S03MigracionZK5
* This configuration option is deprecated, now we must use sizedByContent
* Using fixedByLayout on the modal window that was shown after clicking over a task on the task list (on project details) caused that
a column to be shrinked
FEA: ItEr02S03MigracionZK5
The problem lied in that in advanced allocation perspective only the
task being modified was saved. Now the task's parents are updated and
saved too.
FEA: ItEr68S04BugFixing
Changes in resources load is filtered by criteria:
* second level tag: one row per generic resource allocation with the criteria names of the resource allocation.
* third level tag: one row per workers of the resource allocation with the name of the workers.
FEA : ItEr68S04BugFixing
it sorts the list by company name.
it changes a label by other one to facilitate the understanding.
it adds the delete operation of a company with some constraints.
FEA : ItEr67S04BugFixing
* If this component has no default value for its left css property and we requested its value, we'll get "auto" as response.
* We need a numeric value rather than auto because we have to meausure it. Otherwise it'll lead to an error
FEA: ItEr02S03MigracionZK5
They were not working as expected. NotBlockingDesktopUpdates was
delegating to the decorated emitter the available values, but for each
event it blocked until a new polling request has been made. Now all
progressive executions have async notifications and several updates
are executed in each polling request.
FEA: ItEr68S04BugFixing
This exception happened after saving and continuing due to labels not
being in the session.
ERROR org.hibernate.LazyInitializationException - failed to lazily initialize a collection of role: org.navalplanner.business.templates.entities.OrderElementTemplate.labels, no session or session was closed
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.navalplanner.business.templates.entities.OrderElementTemplate.labels, no session or session was closed
FEA: ItEr68S04BugFixing
* If the want to maintaint this order: overloads on the back, maximum capacity on the middle and current load on the front; we have append
Plotinfo objects on this new order to the Timeplot component. Otherwise the overload layer will hide everything as it was the last to be added.
FEA: ItEr02S03MigracionZK5