lister_base: make the default filter return all entries
This commit is contained in:
parent
8a519af8f5
commit
7476f5d533
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class SWHListerBase(abc.ABC, config.SWHConfig):
|
|||
Returns:
|
||||
models_list with entries changed according to custom logic.
|
||||
"""
|
||||
pass
|
||||
return models_list
|
||||
|
||||
def is_within_bounds(self, inner, lower=None, upper=None):
|
||||
"""See if a sortable value is inside the range [lower,upper].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue