Skip to content
Snippets Groups Projects
Commit ca2b974d authored by felmer's avatar felmer
Browse files

LMS-1783 browser id fixed

SVN: 19136
parent 6e5bc4f4
No related branches found
No related tags found
No related merge requests found
......@@ -99,15 +99,13 @@ public class SampleBrowserGrid2 extends TypedTableGrid<Sample>
public static final String MAIN_GRID_ID = createGridId(MAIN_BROWSER_ID);
public static final String GRID_ID_SUFFIX = "_grid";
public static final String EDIT_BUTTON_ID_SUFFIX = "_edit-button";
public static final String SHOW_DETAILS_BUTTON_ID_SUFFIX = "_show-details-button";
public static final String createGridId(final String browserId)
{
return browserId + GRID_ID_SUFFIX;
return browserId + GRID_POSTFIX;
}
/** Creates a grid without additional toolbar buttons. It can serve as a entity chooser. */
......
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