Skip to content

Commit

Permalink
Merge branch 'feature/delete-flow-recent-activities' of https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Apr 3, 2024
2 parents f1c5c3b + 3cf9257 commit 1348407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weni/activities/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create_recent_activity(instance: models.Model, created: bool, delete=None):
entity=instance.__class__.__name__.upper(),
entity_name=getattr(instance, "name", None),
entity_uuid=str(instance.uuid),
project_uuid=str(instance.project.project_uuid),
project_uuid=str(instance.org.project.project_uuid),
user=instance.modified_by.email,
flow_organization=str(instance.org.uuid),
),
Expand Down

0 comments on commit 1348407

Please sign in to comment.