ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #352] Fixed bug. Using predicates to filter tasks the first time the TaskList is created.

This commit is contained in:
Manuel Rego Casasnovas 2010-03-02 18:31:50 +01:00 committed by Javier Moran Rua
parent c1ad372bdb
commit c375a33694

View file

@ -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>();