diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-20 19:12:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 19:12:52 +0200 |
commit | a9946b2bab2d54adac4c5e57bdd9651129ae5eb2 (patch) | |
tree | 3033d5d3b90f3a3d624b1d62bdcafd1482331cfe | |
parent | e8d72d600eba90355f7c512b4e4cd90ddc233b72 (diff) |
#66 in dev branch
-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 4516f14..bdc5913 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -28,7 +28,7 @@ collections: - {label: "Mark as incident", name: "section", widget: "hidden", default: "issue"} - {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: "Mark as resolved", name: "resolved", widget: "boolean", required: false, default: false} - {label: "End date & time (your time)", name: "resolvedWhen", widget: "datetime", required: false} - label: "Affected systems (use exact name, separated by commas)" name: "affected" |