mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
File type
This commit is contained in:
parent
c44521e646
commit
efc12ec9cc
@ -1240,7 +1240,7 @@ describe('FilterEditorComponent', () => {
|
|||||||
component.textFilterInput.nativeElement.dispatchEvent(new Event('input'))
|
component.textFilterInput.nativeElement.dispatchEvent(new Event('input'))
|
||||||
const textFieldTargetDropdown = fixture.debugElement.queryAll(
|
const textFieldTargetDropdown = fixture.debugElement.queryAll(
|
||||||
By.directive(NgbDropdownItem)
|
By.directive(NgbDropdownItem)
|
||||||
)[5]
|
)[4]
|
||||||
textFieldTargetDropdown.triggerEventHandler('click') // TEXT_FILTER_TARGET_MIME_TYPE
|
textFieldTargetDropdown.triggerEventHandler('click') // TEXT_FILTER_TARGET_MIME_TYPE
|
||||||
fixture.detectChanges()
|
fixture.detectChanges()
|
||||||
tick(400)
|
tick(400)
|
||||||
@ -1258,7 +1258,7 @@ describe('FilterEditorComponent', () => {
|
|||||||
component.textFilterInput.nativeElement.dispatchEvent(new Event('input'))
|
component.textFilterInput.nativeElement.dispatchEvent(new Event('input'))
|
||||||
const textFieldTargetDropdown = fixture.debugElement.queryAll(
|
const textFieldTargetDropdown = fixture.debugElement.queryAll(
|
||||||
By.directive(NgbDropdownItem)
|
By.directive(NgbDropdownItem)
|
||||||
)[4]
|
)[5]
|
||||||
textFieldTargetDropdown.triggerEventHandler('click') // TEXT_FILTER_TARGET_ASN
|
textFieldTargetDropdown.triggerEventHandler('click') // TEXT_FILTER_TARGET_ASN
|
||||||
fixture.detectChanges()
|
fixture.detectChanges()
|
||||||
tick(400)
|
tick(400)
|
||||||
@ -1625,7 +1625,7 @@ describe('FilterEditorComponent', () => {
|
|||||||
component.textFilterInput.nativeElement.dispatchEvent(new Event('input'))
|
component.textFilterInput.nativeElement.dispatchEvent(new Event('input'))
|
||||||
const textFieldTargetDropdown = fixture.debugElement.queryAll(
|
const textFieldTargetDropdown = fixture.debugElement.queryAll(
|
||||||
By.directive(NgbDropdownItem)
|
By.directive(NgbDropdownItem)
|
||||||
)[4]
|
)[5]
|
||||||
textFieldTargetDropdown.triggerEventHandler('click')
|
textFieldTargetDropdown.triggerEventHandler('click')
|
||||||
fixture.detectChanges()
|
fixture.detectChanges()
|
||||||
tick(400)
|
tick(400)
|
||||||
|
@ -167,11 +167,11 @@ const DEFAULT_TEXT_FILTER_TARGET_OPTIONS = [
|
|||||||
id: TEXT_FILTER_TARGET_CUSTOM_FIELDS,
|
id: TEXT_FILTER_TARGET_CUSTOM_FIELDS,
|
||||||
name: $localize`Custom fields`,
|
name: $localize`Custom fields`,
|
||||||
},
|
},
|
||||||
|
{ id: TEXT_FILTER_TARGET_MIME_TYPE, name: $localize`File type` },
|
||||||
{
|
{
|
||||||
id: TEXT_FILTER_TARGET_FULLTEXT_QUERY,
|
id: TEXT_FILTER_TARGET_FULLTEXT_QUERY,
|
||||||
name: $localize`Advanced search`,
|
name: $localize`Advanced search`,
|
||||||
},
|
},
|
||||||
{ id: TEXT_FILTER_TARGET_MIME_TYPE, name: $localize`MIME type` },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const TEXT_FILTER_TARGET_MORELIKE_OPTION = {
|
const TEXT_FILTER_TARGET_MORELIKE_OPTION = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user