ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #352] Fixed bug. Using predicates to filter tasks the first time the TaskList is created.
This commit is contained in:
parent
c1ad372bdb
commit
c375a33694
1 changed files with 2 additions and 0 deletions
|
|
@ -287,6 +287,8 @@ public class TaskList extends XulElement implements AfterCompose {
|
|||
for (TaskComponent taskComponent : taskComponents) {
|
||||
taskComponent.publishTaskComponents(taskComponentByTask);
|
||||
}
|
||||
|
||||
reload(false);
|
||||
}
|
||||
|
||||
private Map<TaskComponent, Menupopup> contextMenus = new HashMap<TaskComponent, Menupopup>();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue