Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchParapheur
Commits
cc4c0ec7
Verified
Commit
cc4c0ec7
authored
May 27, 2021
by
Florian Azizian
Browse files
FIX #17154 TIME 0:05 Add stamp by default, if no signature modes defined
parent
23be726c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/user/controllers/UserController.php
View file @
cc4c0ec7
...
...
@@ -163,7 +163,7 @@ class UserController
}
}
}
else
{
$body
[
'signatureModes'
]
=
[];
$body
[
'signatureModes'
]
=
[
'stamp'
];
}
$body
[
'signatureModes'
]
=
json_encode
(
$body
[
'signatureModes'
]);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment