m2je
m2je
> See above comments @gjacoby126 Sorry for the late turn around. Please take a look.
> Line 954 uses the same regularUser1 to GRANT permission to regularUser2. Shouldn't they be consistent? (And shouldn't a User who has the right to grant a permission also have...
Diff : ``` @@ -171,7 +171,8 @@ formData.append("username", fileInfo.uploadData.username); formData.append("overwrite", fileInfo.uploadData.overwrite); formData.append("thumbnails", fileInfo.uploadData.thumbnails); - + formData.append("createdirectory", fileInfo.uploadData.createdirectory ? "true" : "false"); + formData.append("updatenameandmimetype", fileInfo.uploadData.updateNameAndMimetype); if (fileInfo.uploadData.updateNodeRef) { formData.append("updateNodeRef", fileInfo.uploadData.updateNodeRef); ```
Sorry @monicakumari , It's been a long time since I submitted this patch. Did you apply my patch to`web/components/uploader-plus/js/dnd-upload-plus.js`? > > @@ -171,7 +171,8 @@ > formData.append("username", fileInfo.uploadData.username); > formData.append("overwrite",...
@monicakumari Please note this is a patch for uploader-plus on Alfresco 5.2 and not Alfresco 5.2 itself. If I recall correctly, without this patch you would run into a client...