Use the group-d1 moId instead of i8ln based names to identify the root folder. (#31077)
Addresses #29043pull/4420/head
parent
5f22b4f8ad
commit
32cf69c00a
|
@ -235,7 +235,7 @@ def compile_folder_path_for_object(vobj):
|
||||||
thisobj = vobj
|
thisobj = vobj
|
||||||
while hasattr(thisobj, 'parent'):
|
while hasattr(thisobj, 'parent'):
|
||||||
thisobj = thisobj.parent
|
thisobj = thisobj.parent
|
||||||
if thisobj.name == 'Datacenters':
|
if thisobj._moId == 'group-d1':
|
||||||
break
|
break
|
||||||
if isinstance(thisobj, vim.Folder):
|
if isinstance(thisobj, vim.Folder):
|
||||||
paths.append(thisobj.name)
|
paths.append(thisobj.name)
|
||||||
|
|
Loading…
Reference in New Issue