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
This commit is contained in:
Mike Hatfield
2011-09-09 13:57:52 +00:00
parent 490c280240
commit 0ba5eab946

View File

@@ -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 + "'");