Don't skip updates statuses when adding to streams

Generated note books are added post-initial save
This commit is contained in:
Mouse Reeve 2021-08-07 10:59:55 -07:00
parent 38f614a526
commit cce7d9a648

View file

@ -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)