calling self:call_module instead of self.org:call_module, this should fix process deletion issues
This commit is contained in:
@ -128,7 +128,7 @@ end
|
||||
--- propose_change
|
||||
-- @field type "add" or "remove"
|
||||
function change_modules:propose_change(type, mod_text)
|
||||
self.org:call_module(
|
||||
self:call_module(
|
||||
"consent",self.initiator,
|
||||
{
|
||||
prompt = "Do you consent to "..type..
|
||||
|
Reference in New Issue
Block a user