calling self:call_module instead of self.org:call_module, this should fix process deletion issues
This commit is contained in:
@ -73,7 +73,7 @@ function remove_process:initiate(result)
|
||||
if result then result() end
|
||||
self.org:delete_process(self.id)
|
||||
else
|
||||
self.org:call_module(
|
||||
self:call_module(
|
||||
"consent",
|
||||
self.initiator,
|
||||
{
|
||||
|
Reference in New Issue
Block a user