jyelewis/pyForms

Error when validator inside validatorgroup has no id

jyelewis opened this issue · 0 comments

File "/home/jyelewis/dev/DBLink/pyForms/controls/validationGroup.py", line 69, in render
validator.attributes['id'] = validator.control.attributes['id'] + "validator" + str(self.validatorIndexCount)
KeyError: 'id'