ayon-backend
ayon-backend copied to clipboard
Attributes: Greater than (gt) does not work
To reproduce
Steps to reproduce the behavior:
- Go to
/settings/attributes
- Edit or create new attribute
- Set
gt
value to0
or0.5
. - Do not set
ge
Expected behavior
When setting the value in the scope, anything below or equal to gt
should throw an error.
ge
, lt
, le
seem to work.
Discovered whilst doing Attributes: Min and max values