diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-08 13:31:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 13:31:14 +0300 |
commit | a2d1ab1e39f46947015617f452f3526513659f84 (patch) | |
tree | a536382dc7c6d57d349a92c020f0dd3abcc74114 | |
parent | ac9aaf8fbf44a79ba087d93c250ac4289befabcb (diff) |
Fix bug that breaks old issues
-rw-r--r-- | static/admin/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index b1c5c31..b0b23fe 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -26,7 +26,7 @@ collections: slug: "{{slug}}" fields: - {label: "Mark as incident", name: "Section", widget: "hidden", default: "issue"} - - {label: "Title", name: "title", widget: "string"} + - {label: "Title", name: "Title", widget: "string"} - {label: "Start date & time (your time)", name: "Date", widget: "datetime"} - {label: "Mark as resolved", name: "Resolved", widget: "boolean", required: false} - {label: "End date & time (your time)", name: "ResolvedWhen", widget: "datetime", required: false} |