Small bugfixes on testing

This commit is contained in:
Nathan Schneider 2022-01-05 22:40:41 +00:00
parent 2989bd34bd
commit 544edddb21
2 changed files with 2 additions and 2 deletions

View File

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

View File

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