Don't skip updates statuses when adding to streams
Generated note books are added post-initial save
This commit is contained in:
parent
38f614a526
commit
cce7d9a648
|
@ -260,9 +260,6 @@ def add_status_on_create(sender, instance, created, *args, **kwargs):
|
|||
stream.remove_object_from_related_stores(instance)
|
||||
return
|
||||
|
||||
if not created:
|
||||
return
|
||||
|
||||
for stream in streams.values():
|
||||
stream.add_status(instance)
|
||||
|
||||
|
|
Loading…
Reference in New Issue