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
f8b38399
Commit
f8b38399
authored
Dec 06, 2021
by
Hamza HRAMCHI
Browse files
FIX #18927 TIME 0:10 send resource with signed attachmed if exists
parent
7807b231
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/index.html
View file @
f8b38399
...
...
@@ -15,6 +15,6 @@
<img
src=
"assets/spinner.gif"
/>
</div>
</app-root>
<script
src=
"runtime-es2015.4ac42fef445445e6f3d0.js"
type=
"module"
></script><script
src=
"runtime-es5.4ac42fef445445e6f3d0.js"
nomodule
defer
></script><script
src=
"polyfills-es5.8c2a86db22bc37211976.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.f8f86766446f4344eec7.js"
type=
"module"
></script><script
src=
"scripts.3f995a62571f9f668311.js"
defer
></script><script
src=
"main-es2015.
b22416d3b2d9ba99c5a5
.js"
type=
"module"
></script><script
src=
"main-es5.
b22416d3b2d9ba99c5a5
.js"
nomodule
defer
></script></body>
<script
src=
"runtime-es2015.4ac42fef445445e6f3d0.js"
type=
"module"
></script><script
src=
"runtime-es5.4ac42fef445445e6f3d0.js"
nomodule
defer
></script><script
src=
"polyfills-es5.8c2a86db22bc37211976.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.f8f86766446f4344eec7.js"
type=
"module"
></script><script
src=
"scripts.3f995a62571f9f668311.js"
defer
></script><script
src=
"main-es2015.
5b071a81a4ee156e7a16
.js"
type=
"module"
></script><script
src=
"main-es5.
5b071a81a4ee156e7a16
.js"
nomodule
defer
></script></body>
</html>
\ No newline at end of file
dist/main-es2015.
b22416d3b2d9ba99c5a5
.js
→
dist/main-es2015.
5b071a81a4ee156e7a16
.js
View file @
f8b38399
This diff is collapsed.
Click to expand it.
dist/main-es5.
b22416d3b2d9ba99c5a5
.js
→
dist/main-es5.
5b071a81a4ee156e7a16
.js
View file @
f8b38399
This diff is collapsed.
Click to expand it.
src/frontend/plugins/mail-editor/mail-editor.component.ts
View file @
f8b38399
...
...
@@ -984,6 +984,7 @@ export class MailEditorComponent implements OnInit, OnDestroy {
}
async
openEmailAttach
(
type
:
string
,
attach
:
any
):
Promise
<
void
>
{
this
.
signedAttachId
=
null
;
if
(
type
===
'
attachments
'
)
{
if
(
attach
.
status
===
'
SIGN
'
)
{
this
.
signedAttachId
=
attach
.
id
;
...
...
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