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
eaba5831
Commit
eaba5831
authored
Jun 03, 2021
by
Florian Azizian
Browse files
FEAT #17066 TIME 0:20 title on visa workflow
parent
79eee0ac
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/index.html
View file @
eaba5831
...
...
@@ -15,6 +15,6 @@
<img
src=
"assets/spinner.gif"
/>
</div>
</app-root>
<script
src=
"runtime-es2015.c17dd3df7381a2296e04.js"
type=
"module"
></script><script
src=
"runtime-es5.c17dd3df7381a2296e04.js"
nomodule
defer
></script><script
src=
"polyfills-es5.75b6ffa131ed9d18e439.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.a3390f1652700a53f04b.js"
type=
"module"
></script><script
src=
"scripts.3f995a62571f9f668311.js"
defer
></script><script
src=
"main-es2015.
8a9e61f58751c53ee7b9
.js"
type=
"module"
></script><script
src=
"main-es5.
8a9e61f58751c53ee7b9
.js"
nomodule
defer
></script></body>
<script
src=
"runtime-es2015.c17dd3df7381a2296e04.js"
type=
"module"
></script><script
src=
"runtime-es5.c17dd3df7381a2296e04.js"
nomodule
defer
></script><script
src=
"polyfills-es5.75b6ffa131ed9d18e439.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.a3390f1652700a53f04b.js"
type=
"module"
></script><script
src=
"scripts.3f995a62571f9f668311.js"
defer
></script><script
src=
"main-es2015.
2af1f2c5c52be31a9faa
.js"
type=
"module"
></script><script
src=
"main-es5.
2af1f2c5c52be31a9faa
.js"
nomodule
defer
></script></body>
</html>
\ No newline at end of file
dist/main-es2015.
8a9e61f58751c53ee7b9
.js
→
dist/main-es2015.
2af1f2c5c52be31a9faa
.js
View file @
eaba5831
This diff is collapsed.
Click to expand it.
dist/main-es5.
8a9e61f58751c53ee7b9
.js
→
dist/main-es5.
2af1f2c5c52be31a9faa
.js
View file @
eaba5831
This diff is collapsed.
Click to expand it.
src/frontend/app/visa/visa-workflow.component.html
View file @
eaba5831
...
...
@@ -101,7 +101,9 @@
</div>
<div
class=
"workflowLineSubLabel"
*ngIf=
"(showComment && ((!linkedToMaarchParapheur && adminMode && functions.empty(diffusion.process_date)) || (!linkedToMaarchParapheur && getCurrentVisaUserIndex() === i && !functions.empty(diffusion.process_comment)))) && diffusion.hasPrivilege && diffusion.isValid || target === 'action'"
>
<mat-form-field>
<input
matInput
class=
"comment"
maxlength=
"255"
[disabled]=
"!adminMode || diffusion.process_date != null || (target === 'signatureBook' && getCurrentVisaUserIndex() === i)"
[placeholder]=
"'lang.visaNote' | translate"
[(ngModel)]=
"diffusion.process_comment"
>
<input
matInput
class=
"comment"
maxlength=
"255"
[disabled]=
"!adminMode || diffusion.process_date != null || (target === 'signatureBook' && getCurrentVisaUserIndex() === i)"
[placeholder]=
"'lang.visaNote' | translate"
[(ngModel)]=
"diffusion.process_comment"
title=
"{{!functions.empty(diffusion.process_comment) ? diffusion.process_comment : null}}"
>
</mat-form-field>
</div>
<div
*ngIf=
"diffusion.requested_signature && diffusion.process_date != null && ['lang.visaWorkflowInterrupted' | translate, 'lang.hasInterruptedWorkflow' | translate].indexOf(diffusion.process_comment) === -1"
class=
"workflowLineProcessDate"
...
...
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