Clearing previous elements added to company bandbox filter after list perspective change
FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
parent
9736e4daf3
commit
d8b8e7e736
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ public class CompanyPlanningController implements Composer {
|
|||
|
||||
// Calculate filter based on user preferences
|
||||
if ((user != null) && (user.getProjectsFilterLabel() != null)) {
|
||||
bdFilters.clear();
|
||||
bdFilters.addSelectedElement(new FilterPair(
|
||||
TaskGroupFilterEnum.Label, user.getProjectsFilterLabel()
|
||||
.getFinderPattern(), user
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue