Skip to content

Commit

Permalink
WEBUI-1241-BACKPORT: nuxeo dropzone missing after legal hold
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant0928 committed Aug 16, 2023
1 parent a8e05c2 commit 4d5244b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Polymer({
_isDropzoneAvailable(doc) {
return (
doc &&
!doc.isRecord &&
// !doc.isRecord &&
this.hasPermission(doc, 'WriteProperties') &&
!this.isImmutable(doc) &&
!this.hasType(doc, 'Root') &&
Expand Down

0 comments on commit 4d5244b

Please sign in to comment.