зеркало из https://github.com/mozilla/pjs.git
tagential to fix for 286289 allow copy of folders across servers sr=mscott
This commit is contained in:
Родитель
4478491c7a
Коммит
b17ce2a3eb
|
@ -166,8 +166,8 @@ function CanDropOnFolderTree(index, orientation)
|
|||
//first check these conditions then proceed further
|
||||
debugDump("***isFolderFlavor == true \n");
|
||||
|
||||
// no copy for folder drag
|
||||
if (dragSession.dragAction == nsIDragService.DRAGDROP_ACTION_COPY)
|
||||
// no copy for folder drag within a server
|
||||
if (dragSession.dragAction == nsIDragService.DRAGDROP_ACTION_COPY && sourceServer == targetServer)
|
||||
return false;
|
||||
|
||||
var canCreateSubfolders = GetFolderAttribute(folderTree, targetResource, "CanCreateSubfolders");
|
||||
|
|
Загрузка…
Ссылка в новой задаче