From ecf2648002dda792aabf5fecc003c5ff47d5d339 Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Fri, 30 Jan 2026 14:00:32 +0000 Subject: [PATCH] fixup! CLDC-4114: Silence DPO warning if DSA is signed Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com> --- app/components/data_protection_confirmation_banner_component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/data_protection_confirmation_banner_component.rb b/app/components/data_protection_confirmation_banner_component.rb index 16921cf89..079b90b98 100644 --- a/app/components/data_protection_confirmation_banner_component.rb +++ b/app/components/data_protection_confirmation_banner_component.rb @@ -73,7 +73,7 @@ private def show_no_dpo_message? # it is fine if an org has a DSA and the DPO has moved on # CORE staff do this sometimes as a single DPO covers multiple 'orgs' that exist as branches of the same real world org - # so, they move the DPO to all the mini orgs and have the sign each DSA + # so, they move the DPO to all the mini orgs and have them sign each DSA # so the DSA being signed can silence this warning org_or_user_org.data_protection_officers.empty? && !dsa_signed? end