Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions api/src/org/labkey/api/query/QueryView.java
Original file line number Diff line number Diff line change
Expand Up @@ -2222,8 +2222,9 @@ protected void setupDataView(DataView ret)
// TODO: Until the "More" menu is dynamically populated the "Print" button has been moved back to the bar.
// Print button is rendered separately to respect ordering -- we want it rendering after all custom buttons
// added by overrides of populateButtonBar().
bb.add(createPrintButton());
// bar.add(populateMoreMenu());
// bar.add(populateMoreMenu());
if (showExportButtons())
bb.add(createPrintButton());
}
rgn.setButtonBar(bb);

Expand Down