mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
APPS-37: - hide unfiled records folder when rm site not available(add check to see if rm site exists)
- renamed dialog to avoid collision with copy move actions dialogs - set unfiled parameter to false and remove other checks related to this in copy-move-link-file-to.js
This commit is contained in:
@@ -93,7 +93,7 @@ function getTreenode()
|
|||||||
|
|
||||||
//
|
//
|
||||||
|
|
||||||
var hasCreateCapability = rmNode.hasCapability("Create");
|
hasCreateCapability = rmNode.hasCapability("Create");
|
||||||
|
|
||||||
if (evalChildFolders)
|
if (evalChildFolders)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user