Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
4df27971
Commit
4df27971
authored
Apr 6, 2022
by
Steinwender, Tamara
Browse files
Options
Downloads
Patches
Plain Diff
Activate store nextcloud session
parent
17a17c19
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#96777
passed
Apr 6, 2022
Stage: test
Stage: deploy
Stage: e2e
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/dbp-signature.html.ejs
+1
-0
1 addition, 0 deletions
assets/dbp-signature.html.ejs
src/dbp-official-signature-pdf-upload.js
+2
-1
2 additions, 1 deletion
src/dbp-official-signature-pdf-upload.js
src/dbp-qualified-signature-pdf-upload.js
+2
-1
2 additions, 1 deletion
src/dbp-qualified-signature-pdf-upload.js
with
5 additions
and
2 deletions
assets/dbp-signature.html.ejs
+
1
−
0
View file @
4df27971
...
...
@@ -98,6 +98,7 @@
nextcloud-webdav-url="
<
%=
nextcloudWebDavURL
%
>
"
nextcloud-name="
<
%=
nextcloudName
%
>
"
nextcloud-file-url="
<
%=
nextcloudFileURL
%
>
"
nextcloud-store-session
html-overrides="global-override"
src="
<
%=
getUrl
(
name
+
'.
topic.metadata.json
')
%
>
"
base-path="
<
%=
getUrl
('')
%
>
"
...
...
This diff is collapsed.
Click to expand it.
src/dbp-official-signature-pdf-upload.js
+
2
−
1
View file @
4df27971
...
...
@@ -531,6 +531,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
<dbp-file-source
id="file-source"
context="
${
i18n
.
t
(
'
official-pdf-upload.file-picker-context
'
)}
"
subscribe="nextcloud-store-session:nextcloud-store-session"
allowed-mime-types="application/pdf"
enabled-targets="
${
this
.
fileHandlingEnabledTargets
}
"
nextcloud-auth-url="
${
this
.
nextcloudWebAppPasswordURL
}
"
...
...
@@ -768,7 +769,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
count
:
this
.
signedFilesToDownload
,
})}
"
filename="signed-documents.zip"
subscribe="initial-file-handling-state:initial-file-handling-state,clipboard-files:clipboard-files"
subscribe="initial-file-handling-state:initial-file-handling-state,clipboard-files:clipboard-files
,nextcloud-store-session:nextcloud-store-session
"
enabled-targets="
${
this
.
fileHandlingEnabledTargets
}
"
nextcloud-auth-url="
${
this
.
nextcloudWebAppPasswordURL
}
"
nextcloud-web-dav-url="
${
this
.
nextcloudWebDavURL
}
"
...
...
This diff is collapsed.
Click to expand it.
src/dbp-qualified-signature-pdf-upload.js
+
2
−
1
View file @
4df27971
...
...
@@ -682,6 +682,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
</button>
<dbp-file-source
id="file-source"
subscribe="nextcloud-store-session:nextcloud-store-session"
context="
${
i18n
.
t
(
'
qualified-pdf-upload.file-picker-context
'
)}
"
allowed-mime-types="application/pdf"
enabled-targets="
${
this
.
fileHandlingEnabledTargets
}
"
...
...
@@ -953,7 +954,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
count
:
this
.
signedFilesToDownload
,
})}
"
filename="signed-documents.zip"
subscribe="initial-file-handling-state:initial-file-handling-state"
subscribe="initial-file-handling-state:initial-file-handling-state
,nextcloud-store-session:nextcloud-store-session
"
enabled-targets="
${
this
.
fileHandlingEnabledTargets
}
"
nextcloud-auth-url="
${
this
.
nextcloudWebAppPasswordURL
}
"
nextcloud-web-dav-url="
${
this
.
nextcloudWebDavURL
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment