mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
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:
@@ -209,7 +209,7 @@ var ParseArgs =
|
|||||||
id = url.templateArgs.id;
|
id = url.templateArgs.id;
|
||||||
|
|
||||||
nodeRef = storeType + "://" + storeId + "/" + id;
|
nodeRef = storeType + "://" + storeId + "/" + id;
|
||||||
rootNode = ParseArgs.resolveNode(nodeRef);
|
rootNode = libraryRoot || ParseArgs.resolveNode(nodeRef);
|
||||||
if (rootNode == null)
|
if (rootNode == null)
|
||||||
{
|
{
|
||||||
status.setCode(status.STATUS_NOT_FOUND, "Not a valid nodeRef: '" + nodeRef + "'");
|
status.setCode(status.STATUS_NOT_FOUND, "Not a valid nodeRef: '" + nodeRef + "'");
|
||||||
|
Reference in New Issue
Block a user