added open default policies for orgs, and fixed error with passing raw player data into request

This commit is contained in:
Luke Miller
2021-07-12 18:11:36 -04:00
parent ebc2f4758e
commit 223fde221a
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 = {},