mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Add ability to set owner per object
This commit is contained in:
parent
f846c2934c
commit
a5ab6f2558
28 changed files with 293 additions and 220 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="mb-3 paperless-input-select">
|
||||
<label class="form-label" [for]="inputId">{{title}}</label>
|
||||
<label *ngIf="title" class="form-label" [for]="inputId">{{title}}</label>
|
||||
<div [class.input-group]="allowCreateNew">
|
||||
<ng-select name="inputId" [(ngModel)]="value"
|
||||
[disabled]="disabled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue