Fixes on process logic

This commit is contained in:
Nathan Schneider
2022-08-23 16:55:57 -06:00
parent 838a017f14
commit 9d759530e6
2 changed files with 9 additions and 11 deletions

View File

@ -109,8 +109,8 @@ function change_policy:approve_change(module_slug, policy, input)
function()
modpol.interactions.message(
self.initiator,
"Updating " .. policy .. " policy on module " ..
module_slug .. " with: " .. input)
"In ".. self.org.name .. " updating " .. policy ..
" policy on module " .. module_slug .. " with: " .. input)
self.org.policies[module_slug][policy] = input
modpol.interactions.org_dashboard(
self.initiator, self.org.id)