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
Whatever type the field is, in the ItemsRequired validator, it doesn't have the entries property.
This code was working in v.1.6.0 and now has this error when we upgraded to v.1.6.1.
I am sorry I don't have time at the moment to look in to a bugfix to contribute back. Our solution for now is to continue to use v1.6.0. I'm just logging the bug in case this helps anyone else debugging a similar issue in the future.
Thanks to everyone who works on this wonderful project!
The text was updated successfully, but these errors were encountered:
There might a new bug introduced between v1.6.0 and v1.6.1.
This is the stacktrace of the error:
Essentially our form has a
QuerySelectMultipleField
calledport_standards
with aItemsRequired(min=1)
validator that is throwing the error above.In the sqla.ModelView we have a validator declared this way:
Here are (simplified) the SqlAlchemy models related to the
port_standards
field where the issue is:The change that is causing the error looks like it was introduced in this commit:
cb46417#diff-bf770a0ad6b3918a287619c4af8e70500738b9fdebee7f584d9b25df64cd3263R60
Whatever type the
field
is, in the ItemsRequired validator, it doesn't have theentries
property.This code was working in
v.1.6.0
and now has this error when we upgraded tov.1.6.1
.I am sorry I don't have time at the moment to look in to a bugfix to contribute back. Our solution for now is to continue to use
v1.6.0
. I'm just logging the bug in case this helps anyone else debugging a similar issue in the future.Thanks to everyone who works on this wonderful project!
The text was updated successfully, but these errors were encountered: