ItEr23S09CUListaCalendariosLaboraisItEr22S09: Show the calendars tree expanded at start.

This commit is contained in:
Manuel Rego Casasnovas 2009-08-24 10:04:18 +02:00 committed by Óscar González Fernández
parent bb592f85a1
commit 7662ff71d5

View file

@ -490,6 +490,9 @@ public class BaseCalendarCRUDController extends GenericForwardComposer {
treerow.appendChild(operationsTreecell);
item.appendChild(treerow);
// Show the tree expanded at start
item.setOpen(true);
}
}