8645: Use place displayer when sorting places in narrated web report
This commit is contained in:
parent
ef921f22c3
commit
90872feeb4
@ -3379,7 +3379,7 @@ class PlacePages(BasePage):
|
||||
)
|
||||
|
||||
handle_list = sorted(place_handles,
|
||||
key=lambda x: SORT_KEY(self.dbase_.get_place_from_handle(x).title))
|
||||
key=lambda x: SORT_KEY(ReportUtils.place_name(self.dbase_, x)))
|
||||
first = True
|
||||
|
||||
# begin table body
|
||||
|
Loading…
Reference in New Issue
Block a user