mirror of
https://github.com/apache/cloudstack
synced 2026-09-01 09:29:05 +00:00
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
Block a user