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
7c22fc34
Commit
7c22fc34
authored
Jun 03, 2021
by
Florian Azizian
Browse files
FEAT #17066 TIME 0:05 title on visa workflow
parent
e1db0bfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/visa/visa-workflow.component.html
View file @
7c22fc34
...
...
@@ -99,7 +99,7 @@
<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"
>
[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.process_date != null && !stringIncludes(diffusion.process_comment, 'lang.visaWorkflowInterrupted' | translate) && !stringIncludes(diffusion.process_comment, 'lang.hasInterruptedWorkflow' | translate)"
...
...
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