1) Created a ftl for displaying Temporal vis Grants.
2) Made changes to util.js to reflect the state (grants or pubs)
This commit is contained in:
parent
ca4b049797
commit
51f108547a
5 changed files with 385 additions and 3 deletions
|
@ -141,7 +141,7 @@ public class EntityGrantCountRequestHandler implements
|
|||
Entity entity, String entityURI, Map<String, Set<String>> subOrganizationTypesResult) {
|
||||
|
||||
Portal portal = vreq.getPortal();
|
||||
String standaloneTemplate = "entityComparisonStandaloneActivator.ftl";
|
||||
String standaloneTemplate = "entityComparisonGrantsStandaloneActivator.ftl";
|
||||
|
||||
String jsonContent = "";
|
||||
jsonContent = writeGrantsOverTimeJSON(vreq, entity.getSubEntities(), subOrganizationTypesResult);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue