Skip to content

Commit

Permalink
Copy owner when duplicating AppliedControl
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed Dec 4, 2024
1 parent 841e781 commit 0acd167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ def duplicate(self, request, pk):
folder=new_folder,
ref_id=applied_control.ref_id,
category=applied_control.category,
owner=applied_control.owner,
csf_function=applied_control.csf_function,
priority=applied_control.priority,
status=applied_control.status,
Expand Down

0 comments on commit 0acd167

Please sign in to comment.