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
69c555a5
Commit
69c555a5
authored
May 26, 2021
by
Hamza HRAMCHI
Browse files
FIX #16956 TIME 0:05 set message info if visa
parent
614317f5
Changes
2
Show whitespace changes
Inline
Side-by-side
src/frontend/app/visa/externalVisaWorkflow/createExternalUser/create-external-user.component.html
View file @
69c555a5
...
@@ -88,8 +88,8 @@
...
@@ -88,8 +88,8 @@
</mat-option>
</mat-option>
</mat-select>
</mat-select>
</mat-form-field>
</mat-form-field>
<app-maarch-message
*ngIf=
"userOTP.security
&& userOTP.role !== 'visa'
"
[mode]=
"'info'"
<app-maarch-message
*ngIf=
"userOTP.security"
[mode]=
"'info'"
[content]=
"'lang.securityModeInfo' | translate : {mode: userOTP.security}"
></app-maarch-message>
[content]=
"
(userOTP.role === 'visa' ? 'lang.otpVisaUser' :
'lang.securityModeInfo'
)
| translate : {mode: userOTP.security}"
></app-maarch-message>
</div>
</div>
</div>
</div>
<span
class=
"divider-modal"
></span>
<span
class=
"divider-modal"
></span>
...
...
src/lang/lang-fr.json
View file @
69c555a5
...
@@ -2511,5 +2511,6 @@
...
@@ -2511,5 +2511,6 @@
"searchCorrespondent"
:
"Rechercher un correspondant"
,
"searchCorrespondent"
:
"Rechercher un correspondant"
,
"viewSuggestions"
:
"Voir les suggestions"
,
"viewSuggestions"
:
"Voir les suggestions"
,
"noSuggestion"
:
"Aucune suggestion"
,
"noSuggestion"
:
"Aucune suggestion"
,
"contactsParameters_sector"
:
"Secteur"
"contactsParameters_sector"
:
"Secteur"
,
"otpVisaUser"
:
"L'utilisateur sera notifié par <b>courriel</b> au moment de son tour dans le circuit."
}
}
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