Skip to content
Snippets Groups Projects
Commit 8f506a5d authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

FIX missing child-OUs

parent f61a8534
No related branches found
No related tags found
No related merge requests found
......@@ -566,7 +566,7 @@ export default {
this.bcds2ou = apiutil.dict_of_lists_by_value_of_array(res.bcd2ou_list, 'ou_short_name')
this.bcds2ou[ou_name_req] = (this.bcds2ou[ou_name_req] || []).concat(res.recursive_bcd2ou_list.filter(b => b.ou_short_name !== ou_name_req))
this.outypes_by_shortname = apiutil.dict_by_value_of_array(res.unit_type_list, 'short_name')
this.ous = res.parent_ous
this.ous = res.child_ous
if (this.ous.length === 0) {
this.ou = null
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment