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

Add allow-signature-rotation feature flag

parent a1f42a27
No related branches found
No related tags found
No related merge requests found
Pipeline #16187 passed
......@@ -56,6 +56,7 @@
<dbp-provider id="root"
lang="de" entry-point-url="<%= entryPointURL %>"
<%= buildInfo.env !== 'production' ? 'show-nextcloud-file-picker' : '' %>
<%= buildInfo.env !== 'production' ? 'allow-signature-rotation' : '' %>
nextcloud-web-app-password-url="<%= nextcloudWebAppPasswordURL %>"
nextcloud-webdav-url="<%= nextcloudWebDavURL %>"
nextcloud-name="<%= nextcloudName %>"
......
......@@ -890,6 +890,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
@click="${this.hidePDF}"><dbp-icon name="close"></dbp-icon></button>
</div>
<dbp-pdf-preview lang="${this.lang}"
subscribe="allow-signature-rotation:allow-signature-rotation"
signature-placeholder-image-src="${placeholderUrl}"
signature-width="145"
signature-height="45"
......
......@@ -1052,6 +1052,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
@click="${this.hidePDF}"><dbp-icon name="close"></dbp-icon></button>
</div>
<dbp-pdf-preview lang="${this.lang}"
subscribe="allow-signature-rotation:allow-signature-rotation"
signature-placeholder-image-src="${placeholderUrl}"
signature-width="80"
signature-height="29"
......
......@@ -791,6 +791,7 @@ class SignatureVerificationFull extends ScopedElementsMixin(DBPSignatureLitEleme
@click="${this.hidePDF}"><dbp-icon name="close"></dbp-icon></button>
</div>
<dbp-pdf-preview lang="${this.lang}"
subscribe="allow-signature-rotation:allow-signature-rotation"
signature-placeholder-image-src="${placeholderUrl}"
signature-width="146"
signature-height="42"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment