mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: custom field removal doesnt always trigger change detection (#6653)
This commit is contained in:
		| @@ -417,7 +417,7 @@ export class DocumentDetailComponent | ||||
|               owner: doc.owner, | ||||
|               set_permissions: doc.permissions, | ||||
|             }, | ||||
|             custom_fields: doc.custom_fields, | ||||
|             custom_fields: [...doc.custom_fields], | ||||
|           }) | ||||
|  | ||||
|           this.isDirty$ = dirtyCheck( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon