Closed AnastasiosLouka closed 10 months ago
This pr simply adds a default case to every fieldvalidator that uses is_instance. It also updates the validate method to take into account the default case.
fieldvalidator
is_instance
validate
fixes https://github.com/thepetk/projectman/issues/35
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[ ] Unit/Functional tests
[ ] Documentation
What does this PR do?
This pr simply adds a default case to every
fieldvalidator
that usesis_instance
. It also updates thevalidate
method to take into account the default case.Which issue(s) does this PR fix
fixes https://github.com/thepetk/projectman/issues/35
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[ ] Unit/Functional tests
[ ] Documentation
How to test changes / Special notes to the reviewer