heimrichhannot / contao-filter-bundle

A generic filter for contao entities.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

fix invalid data types lead to outdated values #23

Closed koertho closed 2 years ago

koertho commented 2 years ago

If mapping the values to the forms fails in 1, the form values are not updated. This line refresh the values in the builder.

1: https://github.com/heimrichhannot/contao-filter-bundle/blob/81f1bdecfd30e6023abf35a911930f46d4fb5efb/src/Config/FilterConfig.php#L654