Compare commits

..

14 commits

Author SHA1 Message Date
de1147a5fe add dev docker 2024-11-02 17:13:20 +01:00
546e49e50e stash events admin frontend 2024-11-01 22:26:15 +01:00
c6ddbfe7b8 stash 2024-07-19 21:04:55 +02:00
ec1cdfd4f5 stash 2024-07-18 21:11:53 +02:00
d4b6912894 stash 2024-07-18 20:32:31 +02:00
64af2d4434 stash 2024-07-17 20:22:40 +02:00
861cef95ab stash 2024-07-17 19:03:47 +02:00
5154ade894 stash 2024-07-17 18:59:54 +02:00
594b8c4da3 stash 2024-07-17 18:43:40 +02:00
d6182f8b31 stash 2024-07-13 17:28:38 +02:00
e005d6fb6f stash 2024-06-29 16:48:47 +02:00
fc3484fe22 stash 2024-06-28 00:49:09 +02:00
d6823a147b stash 2024-06-26 21:22:34 +02:00
5e6030e715 stash 2024-06-26 21:03:29 +02:00

View file

@ -66,7 +66,7 @@ export default {
methods: {
...mapActions(['createEvent']),
validate_data() {
return this.pre_start <= this.start && this.start <= this.end && this.end <= this.post_end && !!this.slug && !!this.name;
return this.pre_start <= this.start && this.start <= this.end && this.end <= this.post_end && !!this.event_slug && !!this.event_name;
},
prepare_date_field(e) {
if (!e.target.value) {