Small bugfixes on testing
This commit is contained in:
parent
2989bd34bd
commit
544edddb21
@ -53,7 +53,7 @@ function consent:callback(member)
|
||||
self.org:delete_process(self.id)
|
||||
end
|
||||
modpol.interactions.org_dashboard(
|
||||
member, self.org.name)
|
||||
member, self.org.id)
|
||||
end
|
||||
)
|
||||
end
|
||||
|
@ -42,7 +42,7 @@ function modpol.orgs:call_module(module_slug, initiator, config, result)
|
||||
org = self,
|
||||
id = index,
|
||||
config = config,
|
||||
data = module.data,
|
||||
data = modpol.util.copy_table(module.data),
|
||||
slug = module_slug
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user