Skip to content

Commit

Permalink
fix #691
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Sep 19, 2016
1 parent 85e2281 commit 82dc30f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ public HtmlResponse details(final int crudMode, final String id) {
throwValidationError(messages -> messages.addErrorsCrudCouldNotFindCrudTable(GLOBAL, id), () -> asListHtml());
});
});
}).renderWith(data -> {
registerProtocolSchemeItems(data);
registerWebConfigItems(data);
});
}

Expand Down

0 comments on commit 82dc30f

Please # to comment.