A new Maven property has been added to disable the default users. This property
is enabled by default except for the "dev" profile.
You can manually specify the property with the following argument:
-Ddefault.exampleUsersDisabled=false
FEA: ItEr76S04BugFixing
When the user selects changes any element, the filter is applied without having
to use the filter button.
Once this is also working for the bandbox, the filter button has no sense
anymore so it has been removed.a
FEA: ItEr76S23ImproveFilteringArea
This filter now works for any kind of resource and not only workers, that's the
main reason to rename the class.
Also the enum WorkerFilterEnum is renamed to
ResourceFilterEnumByResourceAndCriterion.
FEA: ItEr76S23ImproveFilteringArea
This was removed because of:
* It was not being used since June 2011 when we started to use "cutycapt"
command instead of "CutyCapt".
* "killall" command added a new dependency that was not marked in the Debian
packages. This causes some stacktrace in the logs of a fresh installation in a
Debian server.
FEA: ItEr76S04BugFixing
In order to do the recalculations is needed that the order is actually saved, so
it's better to call the DAO after doTheSaving method.
Moreover, now the DAO receive an id and look for the order in database.
FEA: ItEr76S14ConcurrencyProblemWorkReports
If an OrderElement is added or removed in the WBS and it is not a new object,
then the Order is marked to recalculate the SumChargedEfforts. During the Order
saving the SumChargedEfforts are recalculated.
FEA: ItEr76S14ConcurrencyProblemWorkReports
Now SumChargeEffort objects are not created till some hours are reported, so it
could be null in some cases.
FEA: ItEr76S14ConcurrencyProblemWorkReports
This prevents to recalculate money cost when it was already calculated before.
The map with the cached values is reseted every time you enter in a project
(when PlanningState is created).
FEA: ItEr76S17MoneyCostMonitoringSystem
The name of the subcontractors are not being displayed when the container is collapsed. The
expected behaviour also might consider painting the parent node differently when it only contains
subcontracted elements.
FEA: ItEr76S04BugFixing
The name of the subcontractors are not being displayed when the container is collapsed. The
expected behaviour also might consider painting the parent node differently when it only contains
subcontracted elements.
FEA: ItEr76S04BugFixing
For the moment this is a new field called "Calculated budget" till we don't
decide what to do with the other budget related fields.
FEA: ItEr76S17MoneyCostMonitoringSystem