Fix: wrong list of 'Parent Suggestion' in create-project UI.
In 'Create Project' UI, 'Parent Suggestion' table
shows wrong content. It is caused by [1] where we
use 'ProjectMap.permissions()' style to replace the
deprecated 'Util.PROJECT_SVC.suggestParentCandidates()'
style, however their logic is different. This bug is
fixed by providing an equivalent new method.
[1]https://gerrit-review.googlesource.com/#/c/34477
Change-Id: I1e229c8a0b5d66187c4e89dec2ce1ae72ae0b46c
Signed-off-by: Bruce Zu <bruce.zu@sonymobile.com>
3 files changed