Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Object Definition is not detecting correctly the definition of ENUMS #77

Closed
zelcion opened this issue Jun 5, 2022 · 1 comment
Labels
Bug Bugs found PRIORITY High Priority and should be dealt with as soon as possible

Comments

@zelcion
Copy link
Member

zelcion commented Jun 5, 2022

Bug Description

Enums are not being validated in the plain object validation function.

Steps to Reproduce

  1. Write an ObjDef that contains a property with an Enum,
  2. Build an object that does not follow the Enum specifications,
  3. Use the validation function - it will succeed.
@zelcion zelcion added PRIORITY High Priority and should be dealt with as soon as possible Bug Bugs found labels Jun 5, 2022
@zelcion
Copy link
Member Author

zelcion commented Jun 15, 2022

Solved at version 1.1.4 of Object Definition Library

@zelcion zelcion closed this as completed Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bugs found PRIORITY High Priority and should be dealt with as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant