Skip to content

Commit cc7975f

Browse files
refactor: Add description to allowSelectingHolds
1 parent 328c359 commit cc7975f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/web/sys/LibraryLocation/Library.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,8 @@ static function getObjectStructure($context = ''): array {
13261326
'allowSelectingHoldsToDisplay' => [
13271327
'property' => 'allowSelectingHoldsToDisplay',
13281328
'type' => 'checkbox',
1329-
'label' => 'Allow Ability To Display Only Selected Holds.',
1329+
'label' => 'Allow Ability To Display Only Selected Holds',
1330+
'description' => 'Whether or not users can select holds to display.',
13301331
'hideInLists' => true,
13311332
'default' => 0,
13321333
'permissions' => ['Library ILS Options'],

0 commit comments

Comments
 (0)