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:
parent
8e153b84f0
commit
00c2a62162
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue