git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@69472 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b5a4f085e6
commit
35fff6b1db
|
@ -117,7 +117,6 @@ public class AppController implements SubscriberInterface {
|
|||
}
|
||||
|
||||
private void bind() {
|
||||
// History.addValueChangeHandler(this);
|
||||
|
||||
//********EVENTS TO NOTIFY SUBSCRIBERS
|
||||
eventBus.addHandler(ActiveGroupingView.TYPE, new ActiveGroupingViewHandler() {
|
||||
|
@ -133,7 +132,6 @@ public class AppController implements SubscriberInterface {
|
|||
setCookieGridViewSetting("false");
|
||||
wsPortlet.getGridGroupContainer().disableGrouping();
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -217,9 +215,7 @@ public class AppController implements SubscriberInterface {
|
|||
|
||||
@Override
|
||||
public void onGridElementSelected(GridElementSelectedEvent event) {
|
||||
|
||||
doElementGridSelected(true, event.getSourceFile());
|
||||
|
||||
//setFileDetailsInView(event.getSourceFile().getIdentifier());
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue