Various bugfixes on defer and processes

This commit is contained in:
Nathan Schneider
2022-08-17 17:24:53 -06:00
parent df20cc835b
commit 838a017f14
4 changed files with 11 additions and 6 deletions

View File

@ -43,7 +43,6 @@ function defer:initiate(result)
end
modpol.interactions.org_dashboard(
self.initiator, self.org.id)
if result then result() end
self.org:delete_process(self.id)
end