Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
7340a234
Commit
7340a234
authored
Dec 07, 2021
by
Hamza HRAMCHI
Browse files
FIX #18927 TIME 0:10 set signed response id after submit
parent
6e8e3c72
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/plugins/mail-editor/mail-editor.component.ts
View file @
7340a234
...
...
@@ -957,7 +957,7 @@ export class MailEditorComponent implements OnInit, OnDestroy {
if
(
!
this
.
functions
.
empty
(
this
.
emailAttach
[
element
]))
{
if
(
element
===
'
document
'
)
{
objAttach
=
{
id
:
this
.
emailAttach
[
element
].
id
,
id
:
this
.
signedAttachId
!==
null
?
this
.
signedAttachId
:
this
.
emailAttach
[
element
].
id
,
isLinked
:
this
.
emailAttach
[
element
].
isLinked
,
original
:
this
.
emailAttach
[
element
].
original
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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