diff --git a/rpg-docs/Model/Meta/Reports.js b/rpg-docs/Model/Meta/Reports.js index 1544ced2..003c6eb5 100644 --- a/rpg-docs/Model/Meta/Reports.js +++ b/rpg-docs/Model/Meta/Reports.js @@ -8,10 +8,12 @@ Schemas.Report = new SimpleSchema({ title: { type: String, trim: false, + optional: true, }, description: { type: String, trim: false, + optional: true, }, type: { type: String, diff --git a/rpg-docs/client/views/feedback/feedback.html b/rpg-docs/client/views/feedback/feedback.html index 154f2b7b..1f9b095a 100644 --- a/rpg-docs/client/views/feedback/feedback.html +++ b/rpg-docs/client/views/feedback/feedback.html @@ -1,7 +1,9 @@