Apply filter when entering project Gantt view

This will allow to get a already filtered Gantt if you have been inside the
project before and you have applied some filters, as the filter is already
stored in the session.

FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
Manuel Rego Casasnovas 2013-02-05 13:56:27 +01:00
parent eb3871d234
commit 44a78b453c

View file

@ -145,6 +145,7 @@ public class OrderPlanningController implements Composer {
if (planner != null) {
ensureIsInPlanningOrderView();
updateConfiguration();
onApplyFilter();
}
}