Skip to content

Commit

Permalink
Merge pull request #4220 from cisagov/update-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuipers authored Nov 8, 2024
2 parents 1156450 + c45c292 commit a7512e4
Show file tree
Hide file tree
Showing 4 changed files with 1,148 additions and 1,025 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ public void SetDefaultTargetLevels(int assessmentId, string modelName)
}

//Set the default level for CMMC to 1 (the minimum level)
if (modelName == "CMMC")
if (modelName == "CMMC" || modelName == "CMMC2F")
{
_context.ASSESSMENT_SELECTED_LEVELS.Add(new ASSESSMENT_SELECTED_LEVELS()
{
Expand Down
Loading

0 comments on commit a7512e4

Please sign in to comment.