We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3390da commit 4eeef2eCopy full SHA for 4eeef2e
src/services/GroupService.js
@@ -280,6 +280,7 @@ updateGroup.schema = {
280
currentUser: Joi.any(),
281
groupId: Joi.string(), // defined in app-bootstrap
282
data: createGroup.schema.data.keys({
283
+ oldId: Joi.string(),
284
status: Joi.string().valid([constants.GroupStatus.Active, constants.GroupStatus.InActive])
285
})
286
}
0 commit comments