Skip to content

Commit 4eeef2e

Browse files
bountyCoderbountyCoder
bountyCoder
authored and
bountyCoder
committed
update group old id
1 parent e3390da commit 4eeef2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/GroupService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ updateGroup.schema = {
280280
currentUser: Joi.any(),
281281
groupId: Joi.string(), // defined in app-bootstrap
282282
data: createGroup.schema.data.keys({
283+
oldId: Joi.string(),
283284
status: Joi.string().valid([constants.GroupStatus.Active, constants.GroupStatus.InActive])
284285
})
285286
}

0 commit comments

Comments
 (0)