mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-09-03 15:55:42 +00:00
Open list groups access (#809)
This commit is contained in:
@@ -33,7 +33,7 @@ describe('Controller: ManageZonesController', function () {
|
||||
this.recordsService = recordsService;
|
||||
this.profileService = profileService;
|
||||
this.q = $q;
|
||||
this.groupsService.getMyGroups = function () {
|
||||
this.groupsService.getGroups = function () {
|
||||
return $q.when({
|
||||
data: {
|
||||
groups: "all my groups"
|
||||
|
Reference in New Issue
Block a user