Skip to content

Commit

Permalink
fix: revert recode name change
Browse files Browse the repository at this point in the history
* Not needed after adding the missing  menu_label
  • Loading branch information
Samk13 committed Nov 27, 2024
1 parent 1e740db commit 28539e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_app_rdm/administration/records/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RecordAdminListView(AdminResourceListView):
"""Configuration for OAI-PMH sets list view."""

api_endpoint = "/records"
name = "Records"
name = "records"
resource_config = "records_resource"
search_request_headers = {"Accept": "application/vnd.inveniordm.v1+json"}
title = _("Records")
Expand Down

0 comments on commit 28539e6

Please sign in to comment.