Fixes on process logic
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user