From dfa94072c37dbb959913ec3808f542b2830a1e43 Mon Sep 17 00:00:00 2001 From: Daniel Gergely Date: Wed, 25 Mar 2026 12:08:03 +0100 Subject: [PATCH 1/2] [T3061] FIX: incoming calls are now red in interaction resume - FIX: removed 'Phone' from communication_type not in [xxx] --- interaction_resume/views/interaction_resume.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interaction_resume/views/interaction_resume.xml b/interaction_resume/views/interaction_resume.xml index 39d54c814..25d08db46 100644 --- a/interaction_resume/views/interaction_resume.xml +++ b/interaction_resume/views/interaction_resume.xml @@ -8,7 +8,7 @@ js_class="button_in_tree" decoration-muted="communication_type == 'Mass'" decoration-info="communication_type in ['Phone', 'SMS']" - decoration-danger="direction == 'in' and communication_type not in ['Mass', 'Phone', 'SMS']" + decoration-danger="direction == 'in' and communication_type not in ['Mass', 'SMS']" decoration-success="direction == 'out' and communication_type not in ['Mass', 'Phone', 'SMS']" edit="0" create="0" From 9c478e7c51a23d003b7bd3b26d5bb0d957ee6662 Mon Sep 17 00:00:00 2001 From: Daniel Gergely Date: Wed, 25 Mar 2026 12:12:20 +0100 Subject: [PATCH 2/2] FIX: pre-commit --- intervention_compassion/data/account.analytic.group.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intervention_compassion/data/account.analytic.group.csv b/intervention_compassion/data/account.analytic.group.csv index 2e60925db..75c4b9d2a 100644 --- a/intervention_compassion/data/account.analytic.group.csv +++ b/intervention_compassion/data/account.analytic.group.csv @@ -31,4 +31,4 @@ analytic_group_unrestricted,unrestricted fund,analytic_group_fund analytic_group_christmas,christmas fund,analytic_group_fund analytic_group_local,local fund,analytic_group_fund analytic_group_ldp,ldp fund,analytic_group_fund -analytic_group_usp,unsponsored fund,analytic_group_fund \ No newline at end of file +analytic_group_usp,unsponsored fund,analytic_group_fund