mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: include doc link input import in custom fields query dropdown (#9058)
This commit is contained in:
		| @@ -37,6 +37,7 @@ import { | ||||
| import { popperOptionsReenablePreventOverflow } from 'src/app/utils/popper-options' | ||||
| import { LoadingComponentWithPermissions } from '../../loading-component/loading.component' | ||||
| import { ClearableBadgeComponent } from '../clearable-badge/clearable-badge.component' | ||||
| import { DocumentLinkComponent } from '../input/document-link/document-link.component' | ||||
|  | ||||
| export class CustomFieldQueriesModel { | ||||
|   public queries: CustomFieldQueryElement[] = [] | ||||
| @@ -167,6 +168,7 @@ export class CustomFieldQueriesModel { | ||||
|   imports: [ | ||||
|     ClearableBadgeComponent, | ||||
|     FormsModule, | ||||
|     DocumentLinkComponent, | ||||
|     ReactiveFormsModule, | ||||
|     NgbDatepickerModule, | ||||
|     NgTemplateOutlet, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon