RM-6171 Fix to display classify action from a collaboration site.

This commit is contained in:
Roxana Lucanu-Ghetu
2018-04-05 11:52:20 +03:00
parent ddcfe2e8c7
commit 7795d3d8b0

View File

@@ -155,7 +155,15 @@ public class JSONConversionComponent extends org.alfresco.repo.jscript.app.JS
} }
/** /**
* @return the nodeService * @return the filePlanService
*/
protected FilePlanService getFileplanService()
{
return this.filePlanService;
}
/**
* @return the capabilityService
*/ */
protected CapabilityService getCapabilityService() protected CapabilityService getCapabilityService()
{ {