Commit 0503a82
committed
minor #21643 [Form] Update CurrencyType, remove extra translation domain notice (Hanmac)
This PR was merged into the 7.4 branch.
Discussion
----------
[Form] Update CurrencyType, remove extra translation domain notice
Remove `choice_translation_domain` from the `legal_tender` setting
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
See:
https://symfony.com/doc/7.4/reference/forms/types/currency.html#legal-tender
> This option determines if the choice values should be translated and in which translation domain.
this notice is shown twice, once for [choice_translation_domain](https://symfony.com/doc/7.4/reference/forms/types/currency.html#choice-translation-domain) (good) and once for [legal_tender](https://symfony.com/doc/7.4/reference/forms/types/currency.html#legal-tender) (bad)
Commits
-------
71756bc Update currency.rst1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
| |||
0 commit comments