Skip to content
Snippets Groups Projects
Verified Commit 8c251cf4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #7731 remove priority field

parent aa9220e5
No related branches found
No related tags found
No related merge requests found
...@@ -84,10 +84,7 @@ ...@@ -84,10 +84,7 @@
</mat-form-field> </mat-form-field>
</div> </div>
<div class="col-md-8"> <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>
<div class="col-md-12"> <div class="col-md-12">
<mat-form-field> <mat-form-field>
......
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