The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit f4d55800 authored by Robert Lange's avatar Robert Lange
Browse files

refs #20835 [de_105] deactivate check for StorageRetrievalRequests in account menu

* unnecessary due to missing config section and retrieval requets are already shown in getMyHolds
* as soon as StorageRetrievalRequests will be switched on in FincLibero.ini, this menu entry could be uncommented again (notice getMyHolds)
parent d3d278b0
1 merge request!3refs #20945 [de_105] w3c validation - syntax fixes
......@@ -44,15 +44,17 @@ $capabilityParams = $patron ? ['patron' => $patron] : [];
<?php endif; ?>
<?php /* refs #13122 End: Custom de_105: entry MediaReadyToPickup */ ?>
<?php /* removed in #20835, RL
<?php if ($this->ils()->checkFunction('StorageRetrievalRequests')): ?>
<a href="<?=$this->url('myresearch-storageretrievalrequests')?>"<?=$this->active == 'storageRetrievalRequests' ? ' class="active"' : ''?>>
<i class="fa fa-fw fa-archive" aria-hidden="true"></i> <?=$this->transEsc('Storage Retrieval Requests')?>
<?php /* nxt line finc specific - CK */ ?>
<?php // nxt line finc specific - CK ?>
<span id="getMyStorageRetrievalRequests" class="itemCount pull-right no-padding"></span>
</a>
<?php endif; ?>
*/ ?>
<?php if ($this->ils()->checkCapability('getMyILLRequests')): ?>
<a href="<?=$this->url('myresearch-illrequests')?>"<?=$this->active == 'ILLRequests' ? ' class="active"' : ''?>>
......
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