ItEr23S09CUListaCalendariosLaboraisItEr22S09: Show the calendars tree expanded at start.
This commit is contained in:
parent
bb592f85a1
commit
7662ff71d5
1 changed files with 3 additions and 0 deletions
|
|
@ -490,6 +490,9 @@ public class BaseCalendarCRUDController extends GenericForwardComposer {
|
|||
treerow.appendChild(operationsTreecell);
|
||||
|
||||
item.appendChild(treerow);
|
||||
|
||||
// Show the tree expanded at start
|
||||
item.setOpen(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue