Closed sebastiangreger closed 2 years ago
The timestamp field in the comment editor dialog is not displayed; instead the error notice this.$v is null appears:
this.$v is null
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
date
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.
The timestamp field in the comment editor dialog is not displayed; instead the error notice
this.$v is null
appears: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