mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fixes #6
This commit is contained in:
		| @@ -13,7 +13,7 @@ | |||||||
|       <option *ngFor="let t of tags" [ngValue]="t.id">{{t.name}}</option> |       <option *ngFor="let t of tags" [ngValue]="t.id">{{t.name}}</option> | ||||||
|     </select> |     </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> |       <option *ngFor="let dt of documentTypes" [ngValue]="dt.id">{{dt.name}}</option> | ||||||
|     </select> |     </select> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonas Winkler
					Jonas Winkler