Skip to content
Snippets Groups Projects
Commit 495ee37f authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Tögl, Christina
Browse files

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

parent f8863ecb
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem ...@@ -105,7 +105,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
signaturePlacementInProgress: { type: Boolean, attribute: false }, signaturePlacementInProgress: { type: Boolean, attribute: false },
withSigBlock: { type: Boolean, attribute: false }, withSigBlock: { type: Boolean, attribute: false },
isSignaturePlacement: { 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 }, isAnnotationViewVisible: { type: Boolean, attribute: false },
queuedFilesAnnotations: { type: Array, attribute: false }, queuedFilesAnnotations: { type: Array, attribute: false },
queuedFilesAnnotationsCount: { type: Number, attribute: false }, queuedFilesAnnotationsCount: { type: Number, attribute: false },
......
...@@ -108,7 +108,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle ...@@ -108,7 +108,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
signaturePlacementInProgress: { type: Boolean, attribute: false }, signaturePlacementInProgress: { type: Boolean, attribute: false },
withSigBlock: { type: Boolean, attribute: false }, withSigBlock: { type: Boolean, attribute: false },
isSignaturePlacement: { 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 }, isAnnotationViewVisible: { type: Boolean, attribute: false },
queuedFilesAnnotations: { type: Array, attribute: false }, queuedFilesAnnotations: { type: Array, attribute: false },
queuedFilesAnnotationsCount: { type: Number, 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