Skip to content

Commit

Permalink
Merge pull request #1379 from libis/fix/unset_bool_use_item_values
Browse files Browse the repository at this point in the history
define and set boolean use item values
  • Loading branch information
collectiveaccess authored Dec 20, 2022
2 parents a59a652 + 28b1c51 commit 8dcfc1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/ca_bundle_displays.php
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ public function getPlacements($options=null) {
}
}

$vb_use_item_values = false;
switch($t_subject->getFieldInfo($va_bundle_name[1], 'DISPLAY_TYPE')) {
case 'DT_SELECT':
if ($vs_list_code = $t_subject->getFieldInfo($va_bundle_name[1], 'LIST')) {
Expand Down

0 comments on commit 8dcfc1b

Please sign in to comment.