Bug with graph nonlocated and getY function; need to refactor toolbar so that it selects the categories on the timeline

This commit is contained in:
efarooqui
2020-10-08 16:58:31 -07:00
parent 67c336c131
commit 909307a6ae
6 changed files with 34 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ function createEventSchema (custom) {
type: Joi.string().allow(''),
category: Joi.string().allow(''),
category_full: Joi.string().allow(''),
associations: Joi.array(),
associations: Joi.array().required().default([]),
sources: Joi.array(),
comments: Joi.string().allow(''),
time_display: Joi.string().allow(''),