Skip to content

Commit

Permalink
Updated ACFE group join form to support template tags as the target g…
Browse files Browse the repository at this point in the history
…roup
  • Loading branch information
Peter Oslington committed May 17, 2023
1 parent 627edf2 commit 1d1c864
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2580,9 +2580,7 @@ public function tab_mapping_accordion_group_add() {

// Add Group choices and modify Field.
$group_field['choices'] = $choices;
$group_field['search_placeholder'] = '';
$group_field['allow_null'] = 0;
$group_field['ui'] = 0;

// Add Field to Repeater's Sub-Fields.
$sub_fields[] = $group_field;
Expand Down

0 comments on commit 1d1c864

Please sign in to comment.