Skip to content

Commit

Permalink
browse: fix endpoint name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo authored and ntarocco committed Oct 8, 2024
1 parent b1b6383 commit 7068551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_app_rdm/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def init_menu(app):
**dict(icon="home", permissions="can_read"),
)
communities.submenu("browse").register(
endpoint="invenio_communities.communities_browse",
endpoint="invenio_app_rdm_communities.communities_browse",
text=_("Browse"),
order=15,
visible_when=_show_browse_page,
Expand Down

0 comments on commit 7068551

Please sign in to comment.