Cerberus or Eve apparently changed validator._id to document_id
This commit is contained in:
parent
37ca803162
commit
73bc084417
@ -159,7 +159,7 @@ class ValidateCustomFields(Validator):
|
||||
# validator at all.
|
||||
return
|
||||
|
||||
if self._id is None:
|
||||
if self.document_id is None:
|
||||
# This is a creation call, in which case this validator shouldn't run.
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user