Skip to content
Snippets Groups Projects
Commit 192c602b authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Beautify custom event dialog

parent 8c1337eb
No related branches found
No related tags found
1 merge request!1314Resolve "Allow for creation of simple events"
......@@ -187,14 +187,7 @@ export default {
{
text: this.$t("custom_events.title"),
value: "title",
},
{
text: this.$t("custom_events.description"),
value: "description",
},
{
text: this.$t("custom_events.location"),
value: "location",
cols: 12,
},
{
text: this.$t("custom_events.datetime_start"),
......@@ -204,6 +197,16 @@ export default {
text: this.$t("custom_events.datetime_end"),
value: "datetimeEnd",
},
{
text: this.$t("custom_events.description"),
value: "description",
cols: 12,
},
{
text: this.$t("custom_events.location"),
value: "location",
cols: 12,
},
];
if (this.checkPermission("core.create_custom_events")) {
fields.push(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment