mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6171 Fix to display classify action from a collaboration site.
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user