Skip to content

Commit

Permalink
chore: changed old values (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanBavisetti authored Sep 15, 2023
1 parent b274a21 commit 9bfdcff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apiserver/plane/bgtasks/issue_activites_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,8 +1102,8 @@ def delete_issue_relation_activity(
issue_id=current_instance.get("related_issue"),
actor=actor,
verb="deleted",
old_value="",
new_value=f"{project.identifier}-{issue.sequence_id}",
old_value=f"{project.identifier}-{issue.sequence_id}",
new_value="",
field=relation_type,
project=project,
workspace=project.workspace,
Expand All @@ -1117,8 +1117,8 @@ def delete_issue_relation_activity(
issue_id=current_instance.get("issue"),
actor=actor,
verb="deleted",
old_value="",
new_value=f"{project.identifier}-{issue.sequence_id}",
old_value=f"{project.identifier}-{issue.sequence_id}",
new_value="",
field=f'{current_instance.get("relation_type")}',
project=project,
workspace=project.workspace,
Expand Down

2 comments on commit 9bfdcff

@vercel
Copy link

@vercel vercel bot commented on 9bfdcff Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-sh-dev – ./space/

plane-sh-dev-plane.vercel.app
plane-sh-dev-git-develop-plane.vercel.app
plane-space-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9bfdcff Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-dev – ./web/

plane-dev.vercel.app
plane-dev-git-develop-plane.vercel.app
plane-dev-plane.vercel.app

Please sign in to comment.