mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Feature: openapi spec, full api browser (#8948)
This commit is contained in:
parent
c316ae369b
commit
1dc80f04cb
19 changed files with 1048 additions and 255 deletions
|
|
@ -113,6 +113,9 @@ describe('CustomFieldsQueryDropdownComponent', () => {
|
|||
...CUSTOM_FIELD_QUERY_OPERATORS_BY_GROUP[
|
||||
CustomFieldQueryOperatorGroups.Basic
|
||||
],
|
||||
...CUSTOM_FIELD_QUERY_OPERATORS_BY_GROUP[
|
||||
CustomFieldQueryOperatorGroups.Exact
|
||||
],
|
||||
...CUSTOM_FIELD_QUERY_OPERATORS_BY_GROUP[
|
||||
CustomFieldQueryOperatorGroups.String
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue