Skip to content

Commit

Permalink
HCU #187 - Detailanzeige
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Apr 11, 2024
1 parent 8ea6321 commit 5b1a3bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions local/config/vufind/solrmarc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ Urls:
y:
- [ name, linkname ]
856:
conditions:
- [field, y, !C]
#conditions:
#- [field, y, !C]
u:
- [name, link]
y:
Expand Down
6 changes: 3 additions & 3 deletions qcovery_local/config/vufind/solrmarc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#-----------------------------------------------------------------------------------
#

"@parent_yaml": "freeaccesscheck.yaml"
#"@parent_yaml": "freeaccesscheck.yaml"

ShortTitle:
category: title
Expand Down Expand Up @@ -545,8 +545,8 @@ Urls:
y:
- [ name, linkname ]
856:
conditions:
- [field, y, !C]
#conditions:
#- [field, y, !C]
u:
- [name, link]
y:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
if (isset($marcData['link']['data'][0])) {
$link = $marcData['link']['data'][0];
}
$linkName = '';
if (isset($marcData['linkname']['data'][0])) {
$linkName = $marcData['linkname']['data'][0];
} else {
$linkName = $this->transEsc('Link aufrufen');;
}
$icon = '';
if (isset($marcData['ILN']['data'][0]) && $marcData['ILN']['data'][0] == '370') {
Expand Down

0 comments on commit 5b1a3bf

Please sign in to comment.