bug 7406: returning child domains for domain admin user

status 7406: resolved fixed
This commit is contained in:
abhishek 2010-12-03 16:28:16 -08:00
parent f6f5ba5529
commit bd89804a18
1 changed files with 1 additions and 1 deletions

View File

@ -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);