[WEB-2631] chore: changed the cascading logic for soft delete (#5829)

* chore: changed the cascading logic for soft delete

* chore: changed the delete key

* chore: added the key on delete in project base model
This commit is contained in:
Bavisetti Narayan 2024-10-15 13:30:44 +05:30 committed by GitHub
parent 662b99da92
commit 3d7d3c8af1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -279,7 +279,7 @@ class WorkspaceDraftIssueViewSet(BaseViewSet):
{
"updated_cycle_issues": None,
"created_cycle_issues": serializers.serialize(
"json", created_records
"json", [created_records]
),
}
),