#180 - Changed tasks to dictionaries

Modifications based on change
This commit is contained in:
Petr Kalis 2020-09-25 12:46:05 +02:00
parent f8e558ca42
commit c615e79728
4 changed files with 180 additions and 1 deletions

View file

@ -51,7 +51,7 @@ def check_regex(name, entity_type, in_schema=None, schema_patterns=None):
if in_schema:
schema_name = in_schema
elif entity_type == "project":
schema_name = "project-2.0"
schema_name = "project-2.1"
elif entity_type == "task":
schema_name = "task"