Skip to content
Snippets Groups Projects
Commit 0fcb720a authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #15480 TIME 0:05 disabled status in attachment form

parent d87f1eeb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
</div>
<div class="attachment-form-item">
<mat-form-field class="input-form">
<input matInput placeholder="{{'lang.status' | translate}}" [value]="'lang.attachment_' + attachment['status'].value | translate">
<input disabled matInput placeholder="{{'lang.status' | translate}}" [value]="'lang.attachment_' + attachment['status'].value | translate">
</mat-form-field>
<div class="fieldState">
<i class="fas fa-asterisk noMandatory"></i>
......
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