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
Automate
Agent sessions
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 project is archived. Its data is
read-only
.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
5ffa18ef
You need to sign in or sign up before continuing.
Unverified
Commit
5ffa18ef
authored
Jul 22, 2021
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
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
Jul 22, 2021
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/dbp-official-signature-pdf-upload.js
+1
-1
1 addition, 1 deletion
src/dbp-official-signature-pdf-upload.js
src/dbp-qualified-signature-pdf-upload.js
+1
-1
1 addition, 1 deletion
src/dbp-qualified-signature-pdf-upload.js
with
2 additions
and
2 deletions
src/dbp-official-signature-pdf-upload.js
+
1
−
1
View file @
5ffa18ef
...
...
@@ -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
},
...
...
This diff is collapsed.
Click to expand it.
src/dbp-qualified-signature-pdf-upload.js
+
1
−
1
View file @
5ffa18ef
...
...
@@ -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
},
...
...
This diff is collapsed.
Click to expand it.
Bekerle, Patrizio
@6123FE4C3B2C2770
mentioned in commit
b3d7b660
·
Jul 22, 2021
mentioned in commit
b3d7b660
mentioned in commit b3d7b6602a71ec3e44ea5aabe4cc256a6eca369c
Toggle commit list
Tögl, Christina
@19320D286FE1E97C
mentioned in commit
b93407bc
·
Nov 8, 2021
mentioned in commit
b93407bc
mentioned in commit b93407bc4dcbe780a06b3a5c16401b62b0701c3a
Toggle commit list
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