Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
f810c350
Commit
f810c350
authored
Dec 07, 2021
by
Hamza HRAMCHI
Browse files
FIX #18927 TIME 0:10 set signed response id
parent
28dd22b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/plugins/mail-editor/mail-editor.component.ts
View file @
f810c350
...
...
@@ -1043,7 +1043,7 @@ export class MailEditorComponent implements OnInit, OnDestroy {
return
new
Promise
((
resolve
)
=>
{
this
.
http
.
get
(
`../rest/attachments/
${
id
}
`
).
pipe
(
tap
((
data
:
any
)
=>
{
this
.
signedAttachId
=
id
+
data
.
relation
;
this
.
signedAttachId
=
data
.
signedResponse
;
resolve
(
true
);
}),
catchError
((
err
:
any
)
=>
{
...
...
Write
Preview
Markdown
is supported
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