mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
CropContent API now available to all templates in repo-tier (i.e. repo webscripts).
Most usages of this will be replaced by the new ThumbnailService in the future. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9533 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -125,7 +125,6 @@ public class NodeInfoBean implements Serializable
|
||||
|
||||
// create api methods
|
||||
model.put("date", new Date());
|
||||
model.put("cropContent", new CropContentMethod());
|
||||
model.put("url", new BaseTemplateContentServlet.URLHelper(
|
||||
context.getExternalContext().getRequestContextPath()));
|
||||
if (nodeRef != null)
|
||||
|
Reference in New Issue
Block a user