calling self:call_module instead of self.org:call_module, this should fix process deletion issues

This commit is contained in:
Luke Miller
2022-01-07 15:05:45 -05:00
parent a835799e11
commit 0f479da5ff
11 changed files with 11 additions and 11 deletions

View File

@ -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..