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
d3ea97fb
Commit
d3ea97fb
authored
Dec 08, 2021
by
Hamza HRAMCHI
Browse files
FIX #18927 TIME 0:02 fix condition
parent
7ceb162d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/frontend/plugins/mail-editor/mail-editor.component.ts
View file @
d3ea97fb
...
@@ -310,7 +310,6 @@ export class MailEditorComponent implements OnInit, OnDestroy {
...
@@ -310,7 +310,6 @@ export class MailEditorComponent implements OnInit, OnDestroy {
}
}
});
});
if
(
this
.
emailStatus
!==
'
SENT
'
)
{
await
this
.
getAttachElements
(
false
);
await
this
.
getAttachElements
(
false
);
const
attachIds
:
number
[]
=
this
.
emailAttachTool
.
attachments
.
list
.
map
((
item
:
any
)
=>
item
.
id
);
const
attachIds
:
number
[]
=
this
.
emailAttachTool
.
attachments
.
list
.
map
((
item
:
any
)
=>
item
.
id
);
this
.
emailAttach
.
attachments
.
forEach
((
element
:
any
,
index
:
number
)
=>
{
this
.
emailAttach
.
attachments
.
forEach
((
element
:
any
,
index
:
number
)
=>
{
...
@@ -325,7 +324,6 @@ export class MailEditorComponent implements OnInit, OnDestroy {
...
@@ -325,7 +324,6 @@ export class MailEditorComponent implements OnInit, OnDestroy {
}
}
}
}
});
});
}
resolve
(
true
);
resolve
(
true
);
}),
}),
...
...
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