Files
gerrit/polygerrit-ui/app/elements
Paladox none dd9b6cab2b Fix groups to prevent javascript errors with url
If you used the singleusergroup plugin, it would create
a group for the individual account. It won't include the url in the rest
api as you should not be able to view this group from the ui.

So when going to /admin/groups/1,members it would hide the group.

I am fixing this by doing "return;" which means it won't continue
to execute and get the url. As the url will throw an error as it would be undefined.

Bug: Issue 8644
Change-Id: I16feae0992e4976c48cc2faa0e471a3123414a9b
2018-04-26 22:10:15 +00:00
..
2018-04-24 21:06:00 +00:00
2018-04-20 14:02:59 +02:00