fix validation for KeyTableFieldInstance - must not inherit from RecordsFieldInstance
This commit is contained in:
parent
688059189f
commit
fb9de8acbd
1 changed files with 3 additions and 0 deletions
|
@ -241,6 +241,9 @@ class KeyTableFieldInstance(RecordsFieldInstance):
|
|||
for name in self.dataNames]
|
||||
return result
|
||||
|
||||
def validate(self, value, data=None):
|
||||
pass
|
||||
|
||||
|
||||
class ContextBasedKeyTableFieldInstance(KeyTableFieldInstance):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue