Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@114304 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-21 15:08:50 +00:00 committed by Giancarlo Panichi
parent a80fee19b8
commit 096ddd9e3c
1 changed files with 7 additions and 1 deletions

View File

@ -173,7 +173,13 @@ public class ValidationsTasksPanel extends FramedPanel implements
create();
}
store.commitChanges();
tree.expandAll();
try{
tree.expandAll();
} catch (Throwable caught){
Log.error(caught.getLocalizedMessage());
}
forceLayout();
}