Skip to content

Commit

Permalink
Merge branch '5.0/add-callback-editcustomfieldselect-beforevalues' in…
Browse files Browse the repository at this point in the history
…to 5.0-trunk
  • Loading branch information
sunnavy committed Apr 9, 2024
2 parents f5410f4 + 506bd66 commit 0647d3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/html/Elements/EditCustomFieldSelect
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ $MaxValues => 1
% $_ = lc $_ foreach @Default;
% my $selected;
% my $CFVs = CachedCustomFieldValues($CustomField);
% $m->callback( CallbackPage => '/Elements/EditCustomFieldSelect', CallbackName => 'MassageCustomFieldValues',
% CustomField => $CustomField, CustomFieldValues => $CFVs, ARGSRef => \%ARGS );
% my @levels;
% while ( my $value = $CFVs->Next ) {
% my $name = $value->Name;
Expand Down

0 comments on commit 0647d3b

Please sign in to comment.