mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixes #6
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
      <option *ngFor="let t of tags" [ngValue]="t.id">{{t.name}}</option>
 | 
			
		||||
    </select>
 | 
			
		||||
 | 
			
		||||
    <select *ngIf="rule.type.datatype == 'documentType'" class="form-control form-control-sm" [(ngModel)]="rule.value">
 | 
			
		||||
    <select *ngIf="rule.type.datatype == 'document_type'" class="form-control form-control-sm" [(ngModel)]="rule.value">
 | 
			
		||||
      <option *ngFor="let dt of documentTypes" [ngValue]="dt.id">{{dt.name}}</option>
 | 
			
		||||
    </select>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user