From 1ddcec87d4739a868869f3e7da96feae3a2ba5ef Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 10 Oct 2012 10:39:50 -0400 Subject: [PATCH] Allow explicit Record/Home URL to function correctly (for legacy URL compatibility). --- module/VuFind/config/module.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/config/module.config.php b/module/VuFind/config/module.config.php index 11a95d299e9..02782f32b07 100644 --- a/module/VuFind/config/module.config.php +++ b/module/VuFind/config/module.config.php @@ -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 -- GitLab