From 0ba5eab946a8c674294328b96aa1855891fc4314 Mon Sep 17 00:00:00 2001 From: Mike Hatfield Date: Fri, 9 Sep 2011 13:57:52 +0000 Subject: [PATCH] ALF-10180 - WQS: "Manage Translations" action is not appearing Also: - associated fixes to Document Library action extensions - "node header" component which is a consolidated "document- and folder-header" that can handle both types. - consolidate path renderer - css fixes following Liferay css scoping work - fixed "Start Workflow" action - added "registerAction" bubbling event for easier JavaScript custom action registration git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30388 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/slingshot/documentlibrary-v2/parse-args.lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/parse-args.lib.js b/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/parse-args.lib.js index 3889459cc1..aaf8b535d2 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/parse-args.lib.js +++ b/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/parse-args.lib.js @@ -209,7 +209,7 @@ var ParseArgs = id = url.templateArgs.id; nodeRef = storeType + "://" + storeId + "/" + id; - rootNode = ParseArgs.resolveNode(nodeRef); + rootNode = libraryRoot || ParseArgs.resolveNode(nodeRef); if (rootNode == null) { status.setCode(status.STATUS_NOT_FOUND, "Not a valid nodeRef: '" + nodeRef + "'");