Don't allow to set postage per template if no service permission

This commit is contained in:
Pea Tyczynska
2018-12-17 10:03:54 +00:00
parent 39d6222e5a
commit 19f7678b05
5 changed files with 74 additions and 3 deletions

View File

@@ -17,7 +17,8 @@ post_create_template_schema = {
"content": {"type": "string"},
"subject": {"type": "string"},
"created_by": uuid,
"parent_folder_id": uuid
"parent_folder_id": uuid,
"postage": {"type": "string"},
},
"if": {
"properties": {