From b3aee6c8bc0c0c0297c8f2f0f95a9352a5a42ef9 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 26 Jul 2017 16:55:02 +0200 Subject: [PATCH] Introducing new types of projects We reorganized training projects into courses and workshops. Project types should be expandable by extensions to avoid this kind of changes. --- pillar/api/eve_settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pillar/api/eve_settings.py b/pillar/api/eve_settings.py index 6b9198bf..27344b8d 100644 --- a/pillar/api/eve_settings.py +++ b/pillar/api/eve_settings.py @@ -534,8 +534,9 @@ projects_schema = { 'category': { 'type': 'string', 'allowed': [ - 'training', + 'course', 'film', + 'workshop', 'assets', 'software', 'game',