From 354c89e31f338cbd7cc11857570bdf7d26451e10 Mon Sep 17 00:00:00 2001
From: Vinciane <vinciane.bizet@maarch.org>
Date: Thu, 28 Feb 2019 11:49:02 +0100
Subject: [PATCH] FEAT #9511 Alphabetic order of target

---
 .../template/template-administration.component.html       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/frontend/app/administration/template/template-administration.component.html b/src/frontend/app/administration/template/template-administration.component.html
index 0fcc750b0ba..382981b3d30 100755
--- a/src/frontend/app/administration/template/template-administration.component.html
+++ b/src/frontend/app/administration/template/template-administration.component.html
@@ -45,12 +45,12 @@
                                     <mat-select [disabled]="!creationMode" id="template_target" name="template_target" title="{{lang.templateTarget}}" placeholder="{{lang.templateTarget}}"
                                         [(ngModel)]="template.template_target" (ngModelChange)="updateTemplateType()">
                                         <mat-option value="">{{lang.noTarget}}</mat-option>
-                                        <mat-option value="attachments">{{lang.attachments}}</mat-option>
-                                        <mat-option value="notifications">{{lang.notifications}}</mat-option>
-                                        <mat-option value="doctypes">{{lang.doctypes}}</mat-option>
+                                        <mat-option value="acknowledgementReceipt">{{lang.acknowledgementReceipt}}</mat-option>
                                         <mat-option value="notes">{{lang.notes}}</mat-option>
                                         <mat-option value="sendmail">{{lang.sendmail}}</mat-option>
-                                        <mat-option value="acknowledgementReceipt">{{lang.acknowledgementReceipt}}</mat-option>
+                                        <mat-option value="notifications">{{lang.notifications}}</mat-option>
+                                        <mat-option value="attachments">{{lang.attachments}}</mat-option>
+                                        <mat-option value="doctypes">{{lang.doctypes}}</mat-option>
                                     </mat-select>
                                 </mat-form-field>
                             </div>
-- 
GitLab