This commit is contained in:
Luke Miller
2021-07-19 11:06:00 -04:00
3 changed files with 14 additions and 6 deletions
+6 -1
View File
@@ -11,7 +11,12 @@ function temp_org()
return {
id = nil,
name = nil,
policies = {},
policies = {
add_org={process_type='consent', must_be_member=false},
delete={process_type='consent', must_be_member=false},
add_member={process_type='consent', must_be_member=false},
remove_member={process_type='consent', must_be_member=false}
},
processes = {},
requests = {},
pending = {},