mirror of https://github.com/apache/cloudstack.git
bug 7406: returning child domains for domain admin user
status 7406: resolved fixed
This commit is contained in:
parent
f6f5ba5529
commit
bd89804a18
|
|
@ -3566,7 +3566,7 @@ public class ManagementServerImpl implements ManagementServer {
|
|||
}
|
||||
|
||||
if (path != null) {
|
||||
sc.setParameters("path", path);
|
||||
sc.setParameters("path", "%" +path+"%");
|
||||
}
|
||||
|
||||
return _domainDao.search(sc, searchFilter);
|
||||
|
|
|
|||
Loading…
Reference in New Issue