does anybody know if it is possible to show filtered child nodes as a list in a different node in a document contents?
Here is my problem. I have a list of shows and each show has its own dates. The dates are imported from web service and when they got imported they will not be published at first. And here comes the problem. If a user goes to the list of shows, he will not see which dates are imported and though not published. He would have to go through each show and look if there are some unpublished dates.
My idea is to create a separate list of unpublished dates which user can easily publish whichever he wants. And he will immediately see which dates got imported.
Are they all imported under the same parent node? If so, I think you'd be able to use a custom listview for that. It has bulk editing controls which would allow for publishing a chunk of them at once.
That is the thing that they are not imported into the same parent node. They are imported into separate shows, so I probably can't use a custom listview.
BackOffice show content of another child
Hi all,
does anybody know if it is possible to show filtered child nodes as a list in a different node in a document contents?
Here is my problem. I have a list of shows and each show has its own dates. The dates are imported from web service and when they got imported they will not be published at first. And here comes the problem. If a user goes to the list of shows, he will not see which dates are imported and though not published. He would have to go through each show and look if there are some unpublished dates.
My idea is to create a separate list of unpublished dates which user can easily publish whichever he wants. And he will immediately see which dates got imported.
Any ideas how to achieve this?
Thanks, Filip
Hi Filip,
Are they all imported under the same parent node? If so, I think you'd be able to use a custom listview for that. It has bulk editing controls which would allow for publishing a chunk of them at once.
Here's a great article on how to create a custom listview, just in case: https://24days.in/umbraco-cms/2016/custom-list-view-layouts/
Hope that helps,
/Chriztian
That is the thing that they are not imported into the same parent node. They are imported into separate shows, so I probably can't use a custom listview.
Thanks,
Filip
is working on a reply...