Skip to content

Commit

Permalink
Showing mime type in Report list
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 1, 2023
1 parent bf46d3c commit 6fe06f1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ protected List<IColumn<ReportTO, String>> getColumns() {
columns.add(new PropertyColumn<>(new StringResourceModel(Constants.NAME_FIELD_NAME, this),
Constants.NAME_FIELD_NAME, Constants.NAME_FIELD_NAME));

columns.add(new PropertyColumn<>(
new StringResourceModel("mimeType", this), "mimeType", "mimeType"));

columns.add(new DatePropertyColumn<>(
new StringResourceModel("lastExec", this), null, "lastExec"));

Expand Down

0 comments on commit 6fe06f1

Please sign in to comment.