From 5b14ca45a54561f733b7fc10a8b8a4621aee09db Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 13 Jun 2018 16:35:00 +0100 Subject: [PATCH] Remove inbound from caseworking for now --- app/templates/views/notifications/notification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/notifications/notification.html b/app/templates/views/notifications/notification.html index 4c488bf2c..e2aadcb46 100644 --- a/app/templates/views/notifications/notification.html +++ b/app/templates/views/notifications/notification.html @@ -49,7 +49,7 @@ {{ ajax_block(partials, updates_url, 'status', finished=finished) }} {% endif %} - {% if current_user.has_permissions('send_messages') and template.template_type == 'sms' and can_receive_inbound %} + {% if current_user.has_permissions('send_messages') and current_user.has_permissions('view_activity') and template.template_type == 'sms' and can_receive_inbound %}

See all text messages sent to this phone number