add another todo which was missing
This commit is contained in:
parent
5463c058b4
commit
3e58b54749
1 changed files with 2 additions and 0 deletions
|
@ -400,6 +400,8 @@ class ChangedObjectCollection(BaseSchema):
|
|||
|
||||
# todo: finish this...
|
||||
|
||||
# todo: don't forget nullable references and unique values
|
||||
|
||||
if isinstance(new_operation, CreateObjectOperation):
|
||||
# if an object was created it's no longer missing
|
||||
new_situation.missing_objects.get(new_operation.obj.model, set()).discard(new_operation.obj.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue