Added modpol.interactions.display and display_processes module, as well as a bunch of bugfixes

This commit is contained in:
Nathan Schneider
2021-12-29 22:07:53 -07:00
parent 6558b7a026
commit 7ef0626357
5 changed files with 149 additions and 34 deletions

View File

@ -43,10 +43,12 @@ function module_template:initiate(result)
-- call interaction functions here!
-- concluding functions:
-- first, where appropriate, return users to dashboards.
-- second, result:
-- may need to put result in self.data.result
-- call this when module is successful (not for abort):
if result then result() end
-- third, delete the process
-- call this wherever process might end:
self.org:delete_process(self.id)
end