* Create new reference now working
  * RM admin console link hidden untill RM site created



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@35442 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2012-04-19 21:30:01 +00:00
parent 8414911186
commit 9955abc7db

View File

@@ -113,7 +113,10 @@ public class JSONConversionComponent extends org.alfresco.repo.jscript.app.JSONC
// Get the 'kind' of the file plan component // Get the 'kind' of the file plan component
FilePlanComponentKind kind = recordsManagementService.getFilePlanComponentKind(nodeRef); FilePlanComponentKind kind = recordsManagementService.getFilePlanComponentKind(nodeRef);
rmNodeValues.put("kind", kind.toString()); rmNodeValues.put("kind", kind.toString());
// File plan node reference
rmNodeValues.put("filePlan", recordsManagementService.getFilePlan(nodeRef).toString());
// Set the indicators array // Set the indicators array
setIndicators(rmNodeValues, nodeRef); setIndicators(rmNodeValues, nodeRef);