dachcom-digital / pimcore-formbuilder

Pimcore Formbuilder - create forms easily!
Other
92 stars 47 forks source link

Range Validator missing min/max config Fields in Admin UI #441

Closed ehaeusler closed 4 months ago

ehaeusler commented 7 months ago
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

Pimcore Version: 11.1.4 Formbuilder-Version: 5.0.3

I recently recreated forms of an old formbuilder version in a new project. It looks like the Range Validator is missing the configuration fields for min and max Values, only minPropertyPath and maxPropertyPath are shown in the backend:

Bildschirmfoto 2024-03-22 um 10 33 49

For example the same screen in the old formbuilder:

Bildschirmfoto 2024-03-22 um 10 33 39

The corresponding validator class still has those fields though:

Bildschirmfoto 2024-03-22 um 10 34 38

solverat commented 4 months ago

Fixed with #452!