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 Nov 30, 2020
2 parents 8754c96 + b176d1f commit bfd9806
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -111,11 +111,6 @@ protected IColumn<SelectableBean<ReportType>, String> createCheckboxColumn() {
protected List<InlineMenuItem> createInlineMenu() {
return PageReports.this.createInlineMenu();
}

@Override
protected boolean isCreateNewObjectEnabled() {
return false;
}
};
table.setOutputMarkupId(true);
mainForm.add(table);
Expand Down

0 comments on commit bfd9806

Please sign in to comment.