2
0
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:
Britney Wright
2019-08-21 14:26:51 -04:00
committed by GitHub
parent e7820e6005
commit d0d88dc0ea
24 changed files with 232 additions and 101 deletions

View File

@@ -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"