Dear community,
I'm working on a section template to display teasers of the "three most recent" news entries from a data source (Content2). In order to avoid deployment of teasers for news pages that haven't been generated yet (e.g. entry released but not deployed), I'm looking for a way to obtain the exact date and time of the last deployment for the corresponding news detail page (implemented as content projection).
Obviously this problem won't occurr if releasing news entries accompanied by a full deployment, however, I'd rather not rely on that and have some kind of fallback in place, in case a partial deployment on the teasering page is performed.
Thanks in advance for any kind of feedback.
Oliver