Skip to content

Commit 7361753

Browse files
committed
bug #19904 [Form] Fixed collapsed ChoiceType options attributes (HeahDude)
This PR was merged into the 2.7 branch. Discussion ---------- [Form] Fixed collapsed ChoiceType options attributes | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #19898 | License | MIT | Doc PR | ~ Commits ------- 7806e2a Fixed collapsed ChoiceType options attributes
2 parents 4b9425b + 8b94c39 commit 7361753

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Resources/views/Form/choice_attributes.html.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
id="<?php echo $view->escape($id) ?>" name="<?php echo $view->escape($full_name) ?>"
21
<?php if ($disabled): ?>disabled="disabled" <?php endif ?>
32
<?php foreach ($choice_attr as $k => $v): ?>
43
<?php if ($v === true): ?>

0 commit comments

Comments
 (0)