Skip to content

Commit

Permalink
Fix search/replace regression in #1355
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed May 19, 2023
1 parent d012d73 commit 088fb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/services/contextnavigation/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def heading_link_target(self):
# Go to the item /view we have chosen as root item
return nav_root.absolute_url()

def root_type_title(self):
def root_type_name(self):
root = self.getNavRoot()
return queryUtility(IIDNormalizer).normalize(root.portal_type)

Expand Down

0 comments on commit 088fb18

Please sign in to comment.