diff --git a/module/VuFind/config/module.config.php b/module/VuFind/config/module.config.php index 76e24627c3656e475a99d3ba016e4fd37e141a8e..e440fd3d6c0d0433e97cf3d1bc9268f29e1b7e90 100644 --- a/module/VuFind/config/module.config.php +++ b/module/VuFind/config/module.config.php @@ -119,7 +119,7 @@ $recordRoutes = array( ); $nonTabRecordActions = array( 'AddComment', 'DeleteComment', 'AddTag', 'Save', 'Email', 'SMS', 'Cite', - 'Export', 'RDF', 'Hold', 'BlockedHold', 'Description' + 'Export', 'RDF', 'Hold', 'BlockedHold' ); // Define list-related routes -- route name => MyResearch action diff --git a/themes/blueprint/templates/RecordDriver/SolrDefault/core.phtml b/themes/blueprint/templates/RecordDriver/SolrDefault/core.phtml index 1aab588dfc1e0a5e7878a02f53cac3119726d724..b2cc42c90cdcc9bf508748d66143e9b13a246855 100644 --- a/themes/blueprint/templates/RecordDriver/SolrDefault/core.phtml +++ b/themes/blueprint/templates/RecordDriver/SolrDefault/core.phtml @@ -5,7 +5,7 @@ <? if ($summary): ?> <p> <?=$this->escapeHtml($this->truncate($summary, 300))?> - <a href='<?=$this->recordLink()->getActionUrl($this->driver, 'Description')?>#tabnav'><?=$this->transEsc('Full description')?></a> + <a href='<?=$this->recordLink()->getTabUrl($this->driver, 'Description')?>#tabnav'><?=$this->transEsc('Full description')?></a> </p> <? endif; ?>