Skip to content
Snippets Groups Projects
Commit 724d624b authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Include Nextcloudfilename in filesink, update submodule

parent 65105599
No related branches found
No related tags found
No related merge requests found
Pipeline #12326 passed with warnings
......@@ -863,6 +863,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
enabled-destinations="local${this.showTestNextcloudFilePicker ? ",nextcloud" : ""}"
nextcloud-auth-url="${nextcloudWebAppPasswordURL}"
nextcloud-web-dav-url="${nextcloudWebDavURL}"
nextcloud-name="${nextcloudName}"
lang="${this.lang}"
></dbp-file-sink>
`;
......
......@@ -1046,6 +1046,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
enabled-destinations="local${this.showTestNextcloudFilePicker ? ",nextcloud" : ""}"
nextcloud-auth-url="${nextcloudWebAppPasswordURL}"
nextcloud-web-dav-url="${nextcloudWebDavURL}"
nextcloud-name="${nextcloudName}"
lang="${this.lang}"
></dbp-file-sink>
`;
......
......@@ -12,6 +12,7 @@ import {FileSource} from 'dbp-file-handling';
import JSONLD from "dbp-common/jsonld";
import nextcloudWebAppPasswordURL from 'consts:nextcloudWebAppPasswordURL';
import nextcloudWebDavURL from 'consts:nextcloudWebDavURL';
import nextcloudName from 'consts:nextcloudName';
const i18n = createI18nInstance();
......@@ -691,6 +692,7 @@ class SignatureVerification extends ScopedElementsMixin(DBPSignatureLitElement)
enabled-sources="local${this.showTestNextcloudFilePicker ? ",nextcloud" : ""}"
nextcloud-auth-url="${nextcloudWebAppPasswordURL}"
nextcloud-web-dav-url="${nextcloudWebDavURL}"
nextcloud-name="${nextcloudName}"
decompress-zip
lang="${this.lang}"
?disabled="${this.verificationProcessActive}"
......
Subproject commit 681c94a519ee18c574920a04f13d64f8d721d360
Subproject commit a4a7ede97a63aade7f22d0e46d10e0dd20297298
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment