Fixed the report chooser to set the current report when the current report is the search page.
This commit is contained in:
parent
14d5d1e8d6
commit
62716eb545
@ -76,6 +76,8 @@ class ReportChooser:
|
||||
for report in self.__reports:
|
||||
if report.is_active:
|
||||
self.current_report = report.title
|
||||
if self.is_search:
|
||||
self.current_report = gettext("Search")
|
||||
|
||||
@property
|
||||
def __journal(self) -> OptionLink:
|
||||
|
Loading…
Reference in New Issue
Block a user