Massimiliano Assante 2018-02-13 13:47:25 +00:00
parent 7637f9122d
commit 4f44400da7
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class PortletViewController {
_log.info("regular factory.getUtilsPerScope with context: " + context);
}
Statistics stats = utils.getStatistics();
_log.info("Got Statistics ... ");
model.addAttribute("itemsNo", convertToStringRepresentation(stats.getNumItems()));
model.addAttribute("groupsNo", stats.getNumGroups());
model.addAttribute("organisationsNo", stats.getNumOrganizations());