Skip to content

Commit

Permalink
Merge pull request #2197 from LiYanjun19/DIS-180-Follow-Up-Hoopla-Beh…
Browse files Browse the repository at this point in the history
…avior-Optimized

DIS-180 Follow up hide Hoopla indexByday in Hoopla Settings
  • Loading branch information
mdnoble73 authored Jan 14, 2025
2 parents cc91a1d + 5fa1071 commit 0d7fdfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/web/release_notes/25.01.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

### Hoopla Updates
- Optimize Hoopla daily indexing behavior and set "Index By Day" as a default setting. (DIS-180) (*YL*)
- Hide "Index By Day" in the Hoopla settings page. (DIS-180) (*YL*)

### Indexing Updates
- When indexing the 100, 700 and 800 fields to load information about authors and contributors include subfield c to distinguish between authors where titles and additional information is important. (DIS-161) (*MDN*)
Expand Down
4 changes: 2 additions & 2 deletions code/web/sys/Hoopla/HooplaSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public static function getObjectStructure($context = ''): array {
'label' => 'Index By Day',
'description' => 'Whether or hoopla indexing should only occur once a day',
'default' => 1,
'readOnly' => true,
'note' => 'This setting is defaulted to true for all Hoopla instances',
'type' => "hidden",
'hideInLists' => true,
],
'lastUpdateOfChangedRecords' => [
'property' => 'lastUpdateOfChangedRecords',
Expand Down

0 comments on commit 0d7fdfe

Please sign in to comment.