sebastiangreger / kirby3-commentions

A versatile comment system and integrated Webmention endpoint for Kirby 3.
MIT License
58 stars 7 forks source link

Timestamp field in comment editor dialog is broken #102

Closed sebastiangreger closed 2 years ago

sebastiangreger commented 3 years ago

The timestamp field in the comment editor dialog is not displayed; instead the error notice this.$v is null appears:

Screenshot from 2021-03-05 09-03-45

Could this have something to do with the updated date/time fields from Kirby 3.5? Maybe the API has changed or requires additional variables?

The date field is called in the Vue component here: https://github.com/sebastiangreger/kirby3-commentions/blob/de8e85bb1ee24e96e524bd3c6aa434b4eefb719f/src/components/Dialogs/EditDialog.vue#L60

sebastiangreger commented 2 years ago

Problem solved via solution in https://github.com/getkirby/kirby/issues/3266 – applied to both v1 and v2 branches, to be published with next releases.