Skip to content

Commit

Permalink
Merge pull request #961 from intuitem/chore/remove-description-inheri…
Browse files Browse the repository at this point in the history
…tance-during-control-suggestions

chore: remove description inheritance from reference control to appli…
  • Loading branch information
nas-tabchiche authored Oct 18, 2024
2 parents a07a010 + e5411ae commit 0a8bd7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,6 @@ def create_applied_controls_from_suggestions(self) -> list[AppliedControl]:
folder=self.folder,
reference_control=reference_control,
category=reference_control.category,
description=reference_control.description,
)
if created:
logger.info(
Expand Down

0 comments on commit 0a8bd7e

Please sign in to comment.