9315: [Regression]: Filter set by default on selector is ignored
'Show all' button status and first load
This commit is contained in:
parent
361634ecaa
commit
105dfb9ad5
@ -268,7 +268,10 @@ class BaseSelector(ManagedWindow):
|
|||||||
"""
|
"""
|
||||||
Builds the selection people see in the Selector
|
Builds the selection people see in the Selector
|
||||||
"""
|
"""
|
||||||
|
if not self.filter[1]:
|
||||||
filter_info = (False, self.search_bar.get_value(), False)
|
filter_info = (False, self.search_bar.get_value(), False)
|
||||||
|
else:
|
||||||
|
filter_info = self.filter
|
||||||
|
|
||||||
#set up cols the first time
|
#set up cols the first time
|
||||||
if self.setupcols :
|
if self.setupcols :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user