PageSyndicator: make it configurable upon which event the feed will be produced
-------------------------------------------------------------------------------
Key: MGNLSTK-673
URL: http://jira.magnolia-cms.com/browse/MGNLSTK-673
Project: Magnolia Standard Templating Kit
Issue Type: Improvement
Reporter: Zdenek Skodik
Assignee: Philipp Bärfuss
At the moment last action date/time is used:
{code}
if (content.getNodeData("pubDate").getDate() != null) {
entry.setPublishedDate(content.getMetaData().getLastActionDate().getTime());
}
{code}
so any change at already published page produces new feed which is not nice in
some cases.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------