Skip to content

Commit e3e2d04

Browse files
committed
Changed default value for source facts in source citations to NOT expanded
1 parent 97e3310 commit e3e2d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RepositoryHierarchy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ public function getAdminAction(ServerRequestInterface $request): ResponseInterfa
637637
self::PREF_SHOW_DATE_RANGE => boolval($this->getPreference(self::PREF_SHOW_DATE_RANGE, '1')),
638638
self::PREF_ALLOW_ADMIN_DELIMITER => boolval($this->getPreference(self::PREF_ALLOW_ADMIN_DELIMITER, '1')),
639639
self::PREF_SHOWN_SOURCE_FACTS_IN_CITATIONS => $this->getPreference(self::PREF_SHOWN_SOURCE_FACTS_IN_CITATIONS, implode(',', self::$ALL_SOURCE_FACTS_IN_CITATIONS->keys()->toArray())),
640-
self::PREF_EXPANDED_SOURCE_FACTS_IN_CITATIONS => $this->getPreference(self::PREF_EXPANDED_SOURCE_FACTS_IN_CITATIONS, implode(',', self::$EXPANDABLE_SOURCE_FACTS_IN_CITATIONS->keys()->toArray())),
640+
self::PREF_EXPANDED_SOURCE_FACTS_IN_CITATIONS => $this->getPreference(self::PREF_EXPANDED_SOURCE_FACTS_IN_CITATIONS, ''),
641641
self::PREF_SHOW_MEDIA_AFTER_CITATIONS => boolval($this->getPreference(self::PREF_SHOW_MEDIA_AFTER_CITATIONS, '0')),
642642
self::PREF_ENABLE_COPY_PASTE_CITATIONS => boolval($this->getPreference(self::PREF_ENABLE_COPY_PASTE_CITATIONS, '0')),
643643
self::PREF_SHOW_FINDING_AID_CATEGORY_TITLE => boolval($this->getPreference(self::PREF_SHOW_FINDING_AID_CATEGORY_TITLE, '0')),

0 commit comments

Comments
 (0)