inspiredminds / contao-fieldset-duplication

Contao extension to allow the duplication of form fieldsets in the front end by the user for additional input fields.
GNU Lesser General Public License v3.0
13 stars 6 forks source link

Correctly replace multiple condition fields #13

Closed aschempp closed 2 years ago

aschempp commented 2 years ago

If the condition is more complex and contains multiple fields (or the same field multiple times actually), we need to replace all occurrences. Example: foo == '1' && foo != '2'

aschempp commented 2 years ago

This also requires new minified files 🙈

fritzmg commented 2 years ago

Thank you @aschempp :)