Skip to content
Snippets Groups Projects
Unverified Commit 5ffa18ef authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Disable annotations "hard" (flag doesn't work) so we can deploy to production

parent 715388ef
No related branches found
No related tags found
No related merge requests found
Pipeline #52227 passed
......@@ -104,7 +104,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
signaturePlacementInProgress: { type: Boolean, attribute: false },
withSigBlock: { type: Boolean, attribute: false },
isSignaturePlacement: { type: Boolean, attribute: false },
allowAnnotating: { type: Boolean, attribute: 'allow-annotating' },
allowAnnotating_disabled: { type: Boolean, attribute: 'allow-annotating' },
isAnnotationViewVisible: { type: Boolean, attribute: false },
queuedFilesAnnotations: { type: Array, attribute: false },
queuedFilesAnnotationsCount: { type: Number, attribute: false },
......
......@@ -107,7 +107,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
signaturePlacementInProgress: { type: Boolean, attribute: false },
withSigBlock: { type: Boolean, attribute: false },
isSignaturePlacement: { type: Boolean, attribute: false },
allowAnnotating: { type: Boolean, attribute: 'allow-annotating' },
allowAnnotating_disabled: { type: Boolean, attribute: 'allow-annotating' },
isAnnotationViewVisible: { type: Boolean, attribute: false },
queuedFilesAnnotations: { type: Array, attribute: false },
queuedFilesAnnotationsCount: { type: Number, attribute: false },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment