From 8c251cf42fe5f97c2e9b446b47513f00a791f464 Mon Sep 17 00:00:00 2001
From: Alex Orluc <alex.orluc@maarch.org>
Date: Thu, 7 Jun 2018 14:55:11 +0200
Subject: [PATCH] FEAT #7731 remove priority field

---
 .../Views/docservers-administration.component.html           | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/apps/maarch_entreprise/Views/docservers-administration.component.html b/apps/maarch_entreprise/Views/docservers-administration.component.html
index 8571be1e723..fa4796b51cc 100644
--- a/apps/maarch_entreprise/Views/docservers-administration.component.html
+++ b/apps/maarch_entreprise/Views/docservers-administration.component.html
@@ -84,10 +84,7 @@
                                                 </mat-form-field>
                                             </div>
                                             <div class="col-md-8">
-                                                <mat-form-field>
-                                                    <input matInput required name="priority" id="priority" title="{{lang.priority}}" type="number" placeholder="{{lang.priority}}"
-                                                        [(ngModel)]="docserver.priority_number" [disabled]="docserver.is_readonly">
-                                                </mat-form-field>
+                                                
                                             </div>
                                             <div class="col-md-12">
                                                 <mat-form-field>
-- 
GitLab