umbraco / Umbraco.UIBuilder.Issues

Back office UI builder for Umbraco
3 stars 2 forks source link

Run server side validation on action settings dialog #34

Closed mattbrailsford closed 9 months ago

mattbrailsford commented 2 years ago

Currently when edditing the settings of an action, we can add required validation no problem, but regex validation doesn't work.

On further investigation this looks to be because Umbraco performs regex validation server side and so we need to find a way to perform the server side validation.

I think we may need to add an endpoint explicitly for validating a model and have that run the validation tests and return the results for Konstrukt to check before closing the dialog and continuing.


This item has been added to our backlog AB#34773

acoumb commented 9 months ago

Feature implemented with following versions of Umbraco.UIBuilder: