Overhauled action detail view

This commit is contained in:
Stefan Zermatten
2020-06-16 13:51:58 +02:00
parent ecba587253
commit e1bfb173ab
9 changed files with 208 additions and 72 deletions

View File

@@ -13,6 +13,10 @@ let ActionSchema = new SimpleSchema({
type: String,
optional: true,
},
summary: {
type: String,
optional: true,
},
description: {
type: String,
optional: true,