You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
create a validator with option, for example: StringLength with options min = 5 max 50
save
add another field and validator, got error:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: field in vm.rpc.fields, Duplicate key: string:<, Duplicate value: "<"
http://errors.angularjs.org/1.2.30/ngRepeat/dupes?p0=field%20in%20vm.rpc.fields&p1=string%3A%3C&p2=%22%3C%22
d/<@http://api.dev/apigility-ui/76d13e21.vendor.js:3:20892
se</<.link/<@http://api.dev/apigility-ui/76d13e21.vendor.js:6:29884
d@http://api.dev/apigility-ui/76d13e21.vendor.js:5:12916
Fb/this.$get</k.prototype.$digest@http://api.dev/apigility-ui/76d13e21.vendor.js:5:13614
Fb/this.$get</k.prototype.$apply@http://api.dev/apigility-ui/76d13e21.vendor.js:5:15138
i@http://api.dev/apigility-ui/76d13e21.vendor.js:4:25333
r@http://api.dev/apigility-ui/76d13e21.vendor.js:4:27751
_a/</w.onreadystatechange@http://api.dev/apigility-ui/76d13e21.vendor.js:4:28327
http://api.dev/apigility-ui/76d13e21.vendor.js
Line 5
the issue is because I want to add Zend\I18n\Validator\IsInt, but no package found, works after added. But I think the error should be more verbose to user.
steps to reproduce:
foo
StringLength
with options min = 5 max 504.
remove option offoo
, got error:The text was updated successfully, but these errors were encountered: