shows always builtin recipients in add/edit pool modal

This commit is contained in:
gabryon99 2020-09-10 15:14:14 +02:00
parent ed973501f2
commit 8617c045ef
2 changed files with 1 additions and 12 deletions

View file

@ -97,7 +97,7 @@ local context = {
edit_pool = string.format("/lua/rest/v1/edit/%s/pool.lua", pool_type),
delete_pool = string.format("/lua/rest/v1/delete/%s/pool.lua", pool_type),
},
notification_recipients = recipients_instance:get_all_recipients(true --[[ exclude builtin --]])
notification_recipients = recipients_instance:get_all_recipients()
}
}