Updated feedback form to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-13 13:21:42 +02:00
parent c416adc85b
commit a67b13f659
9 changed files with 79 additions and 44 deletions

View File

@@ -17,8 +17,8 @@ Schemas.Report = new SimpleSchema({
},
type: {
type: String,
allowedValues: ["bug", "change", "feature", "general"],
defaultValue: "bug",
allowedValues: ["General Feedback", "Bug", "Suggested Change", "Feature Request"],
defaultValue: "General Feedback",
},
//the immediate impact of doing this action (eg. -1 rages)
severity: {