moving how pending actions work around, after some testing and discussion. reordered how new processes are created so that they have access to their own ids

This commit is contained in:
Luke Miller
2021-06-13 14:22:07 -04:00
parent 1890534195
commit f616136597
3 changed files with 26 additions and 16 deletions
+1
View File
@@ -14,6 +14,7 @@ function temp_org()
policies = {},
processes = {},
requests = {},
pending = {},
members = {},
parent = nil,
children = {}