We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328c359 commit cc7975fCopy full SHA for cc7975f
code/web/sys/LibraryLocation/Library.php
@@ -1326,7 +1326,8 @@ static function getObjectStructure($context = ''): array {
1326
'allowSelectingHoldsToDisplay' => [
1327
'property' => 'allowSelectingHoldsToDisplay',
1328
'type' => 'checkbox',
1329
- 'label' => 'Allow Ability To Display Only Selected Holds.',
+ 'label' => 'Allow Ability To Display Only Selected Holds',
1330
+ 'description' => 'Whether or not users can select holds to display.',
1331
'hideInLists' => true,
1332
'default' => 0,
1333
'permissions' => ['Library ILS Options'],
0 commit comments