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
7ceb162d
Commit
7ceb162d
authored
Dec 08, 2021
by
Hamza HRAMCHI
Browse files
FIX #18927 TIME 0:02 fix condition
parent
6daecd5b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/frontend/plugins/mail-editor/mail-editor.component.ts
View file @
7ceb162d
...
...
@@ -982,7 +982,7 @@ export class MailEditorComponent implements OnInit, OnDestroy {
objAttach
[
element
]
=
this
.
emailAttach
[
element
].
map
((
item
:
any
)
=>
item
.
id
);
}
else
{
objAttach
[
element
]
=
this
.
emailAttach
[
element
].
map
((
item
:
any
)
=>
({
id
:
element
===
'
attachments
'
&&
this
.
emailStatus
===
'
SENT
'
&&
this
.
signedAttachId
!==
null
?
this
.
signedAttachId
:
item
.
id
,
id
:
element
===
'
attachments
'
&&
this
.
signedAttachId
!==
null
?
this
.
signedAttachId
:
item
.
id
,
original
:
item
.
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