mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 06:13:36 -06:00
Use empty lookup for numeric custom fields instead of isnull
This commit is contained in:
parent
78b55b8515
commit
b38a611622
@ -23,7 +23,7 @@ FILTER_NUMERIC_BASED_LOOKUP_MAP = dict(
|
||||
lt='lt',
|
||||
gte='gte',
|
||||
gt='gt',
|
||||
empty='isnull',
|
||||
empty='empty',
|
||||
)
|
||||
|
||||
FILTER_NEGATION_LOOKUP_MAP = dict(
|
||||
|
Loading…
Reference in New Issue
Block a user