Merge branch 'typo-fix' into 'master'
fixed typo 'properites' -> 'properties' See merge request medlabboulder/modpol!14
This commit is contained in:
commit
8feae2d57e
@ -240,7 +240,7 @@ modpol.add_org = function(org_name, members, parent_id, properties)
|
||||
org.name = org_name -- do not change this without the proper api function. This is only a reference, not the only place this is recorded.
|
||||
org.members = members
|
||||
org.parent = parent_org_id
|
||||
org.properties = properites or org.properties
|
||||
org.properties = properties or org.properties
|
||||
org.policies = default_policies
|
||||
org.children = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user