Merge pull request #24144 from batonac/patch-3
This commit is contained in:
commit
f0e8fedb53
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ def get_context(context):
|
|||
|
||||
# For sending messages to specified role
|
||||
if recipient.receiver_by_role:
|
||||
receiver_list += get_info_based_on_role(recipient.receiver_by_role, "mobile_no")
|
||||
receiver_list += get_info_based_on_role(recipient.receiver_by_role, "mobile_no", ignore_permissions=True)
|
||||
|
||||
return receiver_list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue