Skip to content

Commit

Permalink
Merge pull request Aspen-Discovery#1975 from K-Alette/24.09.00
Browse files Browse the repository at this point in the history
Remove False Required Flag
  • Loading branch information
mdnoble73 authored Aug 13, 2024
2 parents 57ab6ff + b00ff7b commit 7ed07c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions code/web/release_notes/24.09.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@

// kodi

### General Updates
- Remove 'required' flag for Order Record Status to treat as Under Consideration in Indexing Profiles (*KL*)

// alexander

// chloe
Expand Down
1 change: 0 additions & 1 deletion code/web/sys/Indexing/IndexingProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,6 @@ static function getObjectStructure($context = ''): array {
'maxLength' => 10,
'description' => 'A order record status from Sierra to treat as Under Consideration within Aspen.',
'default' => '',
'required' => true,
],
'hideOrderRecordsForBibsWithPhysicalItems' => [
'property' => 'hideOrderRecordsForBibsWithPhysicalItems',
Expand Down

0 comments on commit 7ed07c0

Please sign in to comment.