Small bugfixes on testing

This commit is contained in:
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