Skip to content
Snippets Groups Projects
Commit d41e6c91 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12091 TIME 0:30 added message in generation modal

parent cf52127a
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,9 @@
<div *ngIf="data.selectedRes.length > 500" mat-dialog-actions class="actions"> <div *ngIf="data.selectedRes.length > 500" mat-dialog-actions class="actions">
<span style="color: #d24747; font-style: italic">{{lang.firstSummarySheetsGenerated}}</span> <span style="color: #d24747; font-style: italic">{{lang.firstSummarySheetsGenerated}}</span>
</div> </div>
<div>
<span class="alert-message alert-message-info">{{lang.arGenWithModelMessage}}</span>
</div>
<div mat-dialog-actions class="actions"> <div mat-dialog-actions class="actions">
<button mat-raised-button mat-button color="primary" (click)="genSummarySheets();">{{lang.genSummarySheets}}</button> <button mat-raised-button mat-button color="primary" (click)="genSummarySheets();">{{lang.genSummarySheets}}</button>
<button mat-raised-button mat-button [mat-dialog-close]="">{{lang.cancel}}</button> <button mat-raised-button mat-button [mat-dialog-close]="">{{lang.cancel}}</button>
......
...@@ -57,7 +57,8 @@ export class SummarySheetComponent implements OnInit { ...@@ -57,7 +57,8 @@ export class SummarySheetComponent implements OnInit {
this.lang.category_id, this.lang.category_id,
this.lang.status, this.lang.status,
this.lang.priority, this.lang.priority,
this.lang.processLimitDate this.lang.processLimitDate,
this.lang.customFieldsAdmin
], ],
enabled: true enabled: true
}, },
......
...@@ -1363,4 +1363,5 @@ export const LANG_EN = { ...@@ -1363,4 +1363,5 @@ export const LANG_EN = {
"badFormat": "Bad format", "badFormat": "Bad format",
"contactFilledTo": "Contact filled to", "contactFilledTo": "Contact filled to",
"targetFillingField": "Target field for filling", "targetFillingField": "Target field for filling",
"arGenWithModelMessage" : "The summary sheets with the fields defined in the resource's indexing model.",
}; };
...@@ -1401,4 +1401,5 @@ export const LANG_FR = { ...@@ -1401,4 +1401,5 @@ export const LANG_FR = {
"badFormat": "Format incorrect", "badFormat": "Format incorrect",
"contactFilledTo": "Contact rempli à", "contactFilledTo": "Contact rempli à",
"targetFillingField": "Champ cible de complétude", "targetFillingField": "Champ cible de complétude",
"arGenWithModelMessage" : "Les fiches de liaisons seront générées avec les champs définis dans le model d'enregistrement du courrier.",
}; };
...@@ -1388,4 +1388,5 @@ export const LANG_NL = { ...@@ -1388,4 +1388,5 @@ export const LANG_NL = {
"badFormat": "Bad format", //_TO_TRANSLATE "badFormat": "Bad format", //_TO_TRANSLATE
"contactFilledTo": "Contact filled to", //_TO_TRANSLATE "contactFilledTo": "Contact filled to", //_TO_TRANSLATE
"targetFillingField": "Target field for filling", //_TO_TRANSLATE "targetFillingField": "Target field for filling", //_TO_TRANSLATE
"arGenWithModelMessage" : "The summary sheets with the fields defined in the resource's indexing model.", //_TO_TRANSLATE
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment