WIP: Module for EEs

This commit is contained in:
Shane McDonald
2020-10-10 11:02:16 -04:00
parent 1f4a45a698
commit ee1d322336
8 changed files with 112 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ def determine_state(module_id, endpoint, module, parameter, api_option, module_o
if not api_option and module_option and module_option.get('type', 'str') == 'list':
return "OK, Field appears to be relation"
# TODO, at some point try and check the object model to confirm its actually a relation
return cause_error('Failed, option mismatch')
# We made it through all of the checks so we are ok