How can I create a list view that includes the date at which content will be published
Hi all,
We would like to use the "publish at" capability of Umbraco to start scheduling updates to our content. However, we would like to be able to see in advance a list of the upcoming changes so that we can review them.
I'm trying to create a list view for child content that includes the date at which the content will be published so we can review all the items at a glance without having to open each one as we have hundreds of items our list. However, I can't see the 'Published at' property in the list of available fields when editing the list view. Can this be done? I'm happy to create a custom list view if necessary but I'd like to know if its possible before I do.
Cheers, Paul
How can I create a list view that includes the date at which content will be published
Hi all, We would like to use the "publish at" capability of Umbraco to start scheduling updates to our content. However, we would like to be able to see in advance a list of the upcoming changes so that we can review them.
I'm trying to create a list view for child content that includes the date at which the content will be published so we can review all the items at a glance without having to open each one as we have hundreds of items our list. However, I can't see the 'Published at' property in the list of available fields when editing the list view. Can this be done? I'm happy to create a custom list view if necessary but I'd like to know if its possible before I do. Cheers, Paul
I have the same problem, is there any update on that?
Hi Paul and michalf6,
Does any of you already found a fix for this? I have the same problem.
No fix - I settled on creating another datetime field, which has its value copied on save event from the publish date, as I recall.
Terrible workaround, but will have to suffice for now.
Hi michalf6,
Thanks. I put the value in a label so the users can change it and I can sort on it in the listview. It's not a nice fix but it works for now:)
is working on a reply...