Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 28, 2020
2 parents 3fc27eb + 9f9c27b commit 36316f4
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 36316f4

Please sign in to comment.