Skip to content
Snippets Groups Projects
Commit 80a7377e authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(statuses): allow to save visibleStatuses

parent dd47e235
No related branches found
No related tags found
1 merge request!13Sprint #14
......@@ -7,6 +7,7 @@ module.exports = {
created: Joi.date(),
title: Joi.string(),
status: Joi.string(),
visibleStatus: Joi.string(),
customId: Joi.string(),
invitations: Joi.array(),
handlingEditor: Joi.object(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment