merged
This commit is contained in:
@@ -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 = {},
|
||||
|
||||
Reference in New Issue
Block a user