Skip to content

Commit aa74032

Browse files
Merge branch '5.0/remove-empty-option-from-multiple-select-cfs' into 5.0-trunk
2 parents fa19258 + cc5b909 commit aa74032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/html/Elements/EditCustomFieldSelect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ my $use_chosen = CachedCustomFieldValues($CustomField)->Count >= 10 ? 1 : 0;
185185
$m->callback( CallbackName => 'Chosen', UseChosen => \$use_chosen, CustomField => $CustomField );
186186

187187
# it's weird to see "(no value) X" in the input when selecting multiple values
188-
$show_empty_option = 0 if $use_chosen && $Multiple;
188+
$show_empty_option = 0 if $Multiple;
189189
</%init>
190190
<%ARGS>
191191
$Object => undef

0 commit comments

Comments
 (0)