Fixed the behavior of the user interface

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@84414 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-25 18:11:25 +00:00
parent 8e153b84f0
commit 00c2a62162
1 changed files with 3 additions and 0 deletions

View File

@ -187,6 +187,9 @@ public class TabularDataController {
tabularData.openTable(tableOpening);
uiState = UIStateType.TR_OPEN;
eventBus.fireEvent(new UIStateEvent(UIStateType.TR_OPEN));
if(uiProperties == UIProperties.OPENED){
trProperties.update();
}
}
protected void closeTabularResources() {