Skip to content

Commit 1208653

Browse files
committed
Return the status on GET requests
1 parent 5919454 commit 1208653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/group/group.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import {
3737

3838
import { M2MService } from 'src/shared/modules/global/m2m.service';
3939

40-
const ADMIN_GROUP_FIELDS = ['status'];
40+
const ADMIN_GROUP_FIELDS: string[] = [];
4141

4242
export const ALLOWED_FIELD_NAMES = [
4343
'id',
@@ -52,6 +52,7 @@ export const ALLOWED_FIELD_NAMES = [
5252
'domain',
5353
'organizationId',
5454
'oldId',
55+
'status',
5556
];
5657

5758
@Injectable()

0 commit comments

Comments
 (0)