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 947df92 + 54288e4 commit f1c5c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weni/activities/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def create_recent_activity(instance: models.Model, created: bool, delete=None):
action=action,
entity=instance.__class__.__name__.upper(),
entity_name=getattr(instance, "name", None),
entity_uuid=str(instance.uuid),
project_uuid=str(instance.project.project_uuid),
user=instance.modified_by.email,
flow_organization=str(instance.org.uuid),
),
Expand Down

0 comments on commit f1c5c3b

Please sign in to comment.