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:
parent
a80fee19b8
commit
096ddd9e3c
|
@ -173,7 +173,13 @@ public class ValidationsTasksPanel extends FramedPanel implements
|
||||||
create();
|
create();
|
||||||
}
|
}
|
||||||
store.commitChanges();
|
store.commitChanges();
|
||||||
tree.expandAll();
|
|
||||||
|
try{
|
||||||
|
tree.expandAll();
|
||||||
|
} catch (Throwable caught){
|
||||||
|
Log.error(caught.getLocalizedMessage());
|
||||||
|
}
|
||||||
|
|
||||||
forceLayout();
|
forceLayout();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue