calling self:call_module instead of self.org:call_module, this should fix process deletion issues
This commit is contained in:
@ -38,7 +38,7 @@ function remove_child_consent:initiate(result)
|
||||
children,
|
||||
function(input)
|
||||
self.data.child_to_remove = modpol.orgs.get_org(input)
|
||||
self.org:call_module(
|
||||
self:call_module(
|
||||
"consent",
|
||||
self.initiator,
|
||||
{
|
||||
|
Reference in New Issue
Block a user