recipient multiselected hidden when there are no recipients defined

This commit is contained in:
gabryon99 2020-07-30 12:37:19 +02:00
parent 9d15103140
commit 7ceebe16ca
2 changed files with 7 additions and 2 deletions

View file

@ -93,7 +93,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 = notification_recipients
notification_recipients = notification_recipients.get_recipients()
}
}