Skip to content
Snippets Groups Projects
Commit 39bde034 authored by buczekp's avatar buczekp
Browse files

[LMS-2060] possible fix commited to test on test server

SVN: 19794
parent a1ffc9ba
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ package ch.systemsx.cisd.openbis.generic.client.web.client.application.framework ...@@ -19,6 +19,7 @@ package ch.systemsx.cisd.openbis.generic.client.web.client.application.framework
import com.extjs.gxt.ui.client.widget.Component; import com.extjs.gxt.ui.client.widget.Component;
import com.extjs.gxt.ui.client.widget.ContentPanel; import com.extjs.gxt.ui.client.widget.ContentPanel;
import com.extjs.gxt.ui.client.widget.layout.FitLayout; import com.extjs.gxt.ui.client.widget.layout.FitLayout;
import com.google.gwt.user.client.History;
import com.google.gwt.user.client.ui.Widget; import com.google.gwt.user.client.ui.Widget;
import ch.systemsx.cisd.openbis.generic.client.web.client.ICommonClientServiceAsync; import ch.systemsx.cisd.openbis.generic.client.web.client.ICommonClientServiceAsync;
...@@ -57,6 +58,7 @@ public class MainPagePanel extends ContentPanel implements IMainPanel ...@@ -57,6 +58,7 @@ public class MainPagePanel extends ContentPanel implements IMainPanel
public final void open(final AbstractTabItemFactory tabItemFactory) public final void open(final AbstractTabItemFactory tabItemFactory)
{ {
History.newItem(History.getToken()); // WORKAROUND for IE not seeing history changes
GWTUtils.updatePageTitle(tabItemFactory.getTabTitle()); GWTUtils.updatePageTitle(tabItemFactory.getTabTitle());
reset(); reset();
content = tabItemFactory.create(); content = tabItemFactory.create();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment