diff --git a/api/src/org/labkey/api/query/QueryView.java b/api/src/org/labkey/api/query/QueryView.java index bd3a91fb939..a5d622dd666 100644 --- a/api/src/org/labkey/api/query/QueryView.java +++ b/api/src/org/labkey/api/query/QueryView.java @@ -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);