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
Receive a nice error when you like to access that same entity again:
<class 'ValueError'>
invalid literal for int() with base 10: '4-21761'
Expectation
Instead of receiving an error when accessing the entity later on, I'd like to get an error when trying to write a non-integer value to a custom field of type "Integer".
The text was updated successfully, but these errors were encountered:
Issue type
[ ] Feature request
[X] Bug report
[ ] Documentation
Environment
Description
4-21761
to the custom fieldExpectation
Instead of receiving an error when accessing the entity later on, I'd like to get an error when trying to write a non-integer value to a custom field of type "Integer".
The text was updated successfully, but these errors were encountered: