Skip to content

Commit

Permalink
MID-6240 hided "New report output" button on the Created reports page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 28, 2020
1 parent 5a15119 commit 66b13e5
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -205,7 +205,11 @@ protected List<InlineMenuItem> createRowActions() {
@Override
protected void objectDetailsPerformed(AjaxRequestTarget target, ReportOutputType object) {
// TODO Auto-generated method stub
}

@Override
protected boolean isCreateNewObjectEnabled(){
return false;
}

@Override
Expand Down

0 comments on commit 66b13e5

Please sign in to comment.