Skip to content
Snippets Groups Projects

Feature/comp 284 old db publisher

Merged Remco Tukker requested to merge feature/COMP-284_old_db_publisher into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -702,6 +702,8 @@ def transfer_security_controls(nren_dict):
other_entry = ", ".join(other_entries)
if other_entry:
full_list.append(other_entry)
if "Other" in full_list:
full_list.remove("Other")
if full_list:
new_entry = presentation_models.SecurityControls(
nren=nren_dict[nren_name],
Loading