Problem/Motivation

In #1213192: SPARQL Registry field integration unnecessary, the view function for SPARQL Registry entries was removed. However, there is still a menu path registered for viewing registry entries.

Proposed resolution

Remove the menu item for 'sparql_registry/%sparql_registry'. This is just code cleanup, it doesn't currently have any effect.

Remaining tasks

Needs work.

Comments

barbi’s picture

Assigned: Unassigned » barbi

In the function sparql_registry_menu() there are 3 items for sparql_registry/%sparql_registry and 3 more for admin. Among the three related to sparql registry,

sparql_registry/%sparql_registry
sparql_registry/%sparql_registry/edit
sparql_registry/%sparql_registry/delete

I am assuming only the first item should be removed. Or should the other two items be removed too? The other two are of type MENU_LOCAL_TASK.

acatejr’s picture

Status: Active » Needs review
StatusFileSize
new858 bytes

I am a noob at trying to contribute to Drupal, so apologies for any mistakes.

To help with this fix all I did was remove the "sparql_registry/%sparql_registry/edit" array entry from the menu's items in the sparql_registry_menu hook.

I hope this helps.

yashadev’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed. Was this ever committed?

acatejr’s picture

I don't think so.

webchick’s picture

Issue summary: View changes

Added which menu item