We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported in #499 (comment)
Instead of having an "Empty Filter" type that indicates that we don't want to apply any filter, we should just have no filter row at all.
ragna/ragna/deploy/_ui/components/metadata_filters_builder.py
Lines 95 to 96 in 9221bb8
See #499 (comment) for a non-exhaustive list of problems that we'll have to solve otherwise.
Ultimately, we need to adapt the code such that we don't need the if filter_row.key != NO_FILTER_KEY in
if filter_row.key != NO_FILTER_KEY
Lines 198 to 207 in 9221bb8
The text was updated successfully, but these errors were encountered:
Fix #505 : remove "empty filter" row
3c39035
Fix #505
f70b5fa
7a7eb25
Fix #505 : Remove "empty filter" row (#511)
7c391ac
Co-authored-by: Philip Meier <[email protected]>
pierrotsmnrd
No branches or pull requests
Reported in #499 (comment)
Instead of having an "Empty Filter" type that indicates that we don't want to apply any filter, we should just have no filter row at all.
ragna/ragna/deploy/_ui/components/metadata_filters_builder.py
Lines 95 to 96 in 9221bb8
See #499 (comment) for a non-exhaustive list of problems that we'll have to solve otherwise.
Ultimately, we need to adapt the code such that we don't need the
if filter_row.key != NO_FILTER_KEY
inragna/ragna/deploy/_ui/components/metadata_filters_builder.py
Lines 198 to 207 in 9221bb8
The text was updated successfully, but these errors were encountered: