Skip to content

Commit

Permalink
Merge pull request #26528 from colemanw/fixDouble
Browse files Browse the repository at this point in the history
Fix dev/core#4359 doubled Afform fields
  • Loading branch information
demeritcowboy authored Jun 15, 2023
2 parents cd77e20 + be6fabf commit 1f0322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/afform/core/ang/af/afField.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
</label>
<p class="crm-af-field-help-pre" ng-if=":: $ctrl.defn.help_pre">{{:: $ctrl.defn.help_pre }}</p>
<div class="crm-af-field" ng-if="!$ctrl.defn.expose_operator" ng-include="'~/af/fields/' + $ctrl.defn.input_type + '.html'"></div>
<div class="input-group" ng-include="'~/af/afFieldWithSearchOperator.html'"></div>
<div class="input-group" ng-if="$ctrl.defn.expose_operator" ng-include="'~/af/afFieldWithSearchOperator.html'"></div>
<p class="crm-af-field-help-post" ng-if=":: $ctrl.defn.help_post">{{:: $ctrl.defn.help_post }}</p>

0 comments on commit 1f0322a

Please sign in to comment.