Skip to content
Snippets Groups Projects
Commit 1ddcec87 authored by Demian Katz's avatar Demian Katz
Browse files

Allow explicit Record/Home URL to function correctly (for legacy URL compatibility).

parent aff249ef
No related merge requests found
......@@ -379,7 +379,7 @@ $recordRoutes = array(
);
$nonTabRecordActions = array(
'AddComment', 'DeleteComment', 'AddTag', 'Save', 'Email', 'SMS', 'Cite',
'Export', 'RDF', 'Hold', 'BlockedHold'
'Export', 'RDF', 'Hold', 'BlockedHold', 'Home'
);
// Define list-related routes -- route name => MyResearch action
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment