Fixes U4-11517 - E-mail property editor triggers validation when validation has not been enabled in the settings
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
id="{{model.alias}}"
|
||||
class="umb-editor umb-textstring textstring"
|
||||
val-email
|
||||
ng-required="model.config.IsRequired || model.validation.mandatory"
|
||||
ng-required="model.config.IsRequired != 0 || model.validation.mandatory"
|
||||
val-server="value" />
|
||||
|
||||
<span class="help-inline" val-msg-for="textbox" val-toggle-msg="required"><localize key="general_required">Required</localize></span>
|
||||
|
||||
Reference in New Issue
Block a user