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:
parent
eb3871d234
commit
44a78b453c
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ public class OrderPlanningController implements Composer {
|
|||
if (planner != null) {
|
||||
ensureIsInPlanningOrderView();
|
||||
updateConfiguration();
|
||||
onApplyFilter();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue