Skip to content
Snippets Groups Projects
Commit 8da3ed1d authored by tpylak's avatar tpylak
Browse files

LMS-731 disable show button initially

SVN: 9670
parent ceb2aac2
No related branches found
No related tags found
No related merge requests found
......@@ -572,6 +572,7 @@ public abstract class AbstractBrowserGrid<T/* Entity */, M extends ModelData> ex
{
String title = viewContext.getMessage(Dict.BUTTON_SHOW);
Button showButton = BrowserGridPagingToolBar.createRefreshButton(title, asActionInvoker());
showButton.setEnabled(false);
container.add(new AdapterToolItem(showButton));
return createRefreshButtonsListener(showButton);
}
......
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