Issue Type: Bug Bug
Assignee: Unassigned
Created: 04/Feb/14 2:59 PM
Description:

Dialogs store the link to a feed as a path, not an uiid (no converted defined). However the methode AbstractFeedModel:getFeedTitle access this attribute as a UIID:

 public String getFeedTitle(String feedLink) {
        try {
            if (content.hasProperty("feed")) {
                Node rssParent = SessionUtil.getNodeByIdentifier(RSSAggregatorConstants.WORKSPACE, content.getProperty("feed").getString());
                return getFeedProperty(rssParent, FEEDS_NODE, "link", feedLink, "title");
            }
        } catch (RepositoryException e) {
            log.error("Problem while fetching feed title for statistics: " + e.getMessage());
        }
        return null;
    }

The method SessionUtil.getNode should be used instead.

Project: Magnolia RSS Aggregator Module
Priority: Neutral Neutral
Reporter: Nicolas Barbé
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to