bccsa / luminary

Offline-first content platform
Apache License 2.0
3 stars 2 forks source link

option to hide the publish date #302

Closed belljohan3 closed 2 months ago

belljohan3 commented 2 months ago

As discussed, it might be better to run an upgrade in the database schema with functionnality added to #290.

ivanslabbert commented 2 months ago

@belljohan3 we should please go through the conflicts together to avoid reverting recent changes that was merged to main?

ivanslabbert commented 2 months ago

@belljohan3 I am getting an error in the CMS console when loading an existing Post / Tag document:

image
belljohan3 commented 2 months ago

Yes I am aware of that. It is coming from EditContentParent component. It seems like we need a computed function that set a the new value to the publishdateVisible when the parent changed

ivanslabbert commented 2 months ago

Yes I am aware of that. It is coming from EditContentParent component. It seems like we need a computed function that set a the new value to the publishdateVisible when the parent changed

Or use a v-if on the toggle component?

belljohan3 commented 2 months ago

Yes I am aware of that. It is coming from EditContentParent component. It seems like we need a computed function that set a the new value to the publishdateVisible when the parent changed

Or use a v-if on the toggle component?

I think as the field is now mandatory, the warning is not showing anymore.