Closed himdel closed 5 years ago
cc @tinaafitz
Updated the spec, thanks :)
Hammer backport details:
$ git log -1
commit 072a6946f36ced3c6b8620179ca113624210464d
Author: Martin Povolny <mpovolny@redhat.com>
Date: Mon Nov 18 16:04:23 2019 +0100
Merge pull request #428 from himdel/bz1769960
DialogUser - update validator_type during field refresh
(cherry picked from commit e142ea34618eac221d4b139177b3853024a44f6b)
https://bugzilla.redhat.com/show_bug.cgi?id=1773626
Ivanchuk backport details:
$ git log -1
commit a88a4b0ba4179cd2ded443eb8a23043102dbeb63
Author: Martin Povolny <mpovolny@redhat.com>
Date: Mon Nov 18 16:04:23 2019 +0100
Merge pull request #428 from himdel/bz1769960
DialogUser - update validator_type during field refresh
(cherry picked from commit e142ea34618eac221d4b139177b3853024a44f6b)
https://bugzilla.redhat.com/show_bug.cgi?id=1773627
when validator_type is set to 'regex' on load, the field will use the current validator_rule to validate, but if validator_type is changed only later in a method, the field never starts to validate.
Making sure both validator_rule and validator_type are respected during field refresh.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1769960