Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-4540

[Filtered contents] : The RSS has no title in Google reader

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • 3.5
    • None
    • None
    • None

      I added a service of filtered contents with RSS.
      I added the RSS in Google reader.

      The RSS is entitled "titre inconnu".

      The RSS feeds should have the title as the filtered contents.

          [CMS-4540] [Filtered contents] : The RSS has no title in Google reader

          Laurence Perier added a comment - But in 3.4.x not ? The RSS http://www.u-cergy.fr/_plugins/web/zoneItem/75efc351-10d7-4a3c-925e-fac77508786a/rss.xml has a title now

          It works fine if your service has a header.
          In 3.5.x version, the title of the RSS feed is equals to the service parameter named "header"
          If your service has no header we can not choose for you ...

          filter.setTitle(new I18nizableText(metadata.getString("header")));
          

          Laurence Aumeunier added a comment - It works fine if your service has a header. In 3.5.x version, the title of the RSS feed is equals to the service parameter named "header" If your service has no header we can not choose for you ... filter.setTitle( new I18nizableText(metadata.getString( "header" )));

          Laurence Aumeunier added a comment - - edited

          To test http://www.u-cergy.fr/_plugins/web/zoneItem/75efc351-10d7-4a3c-925e-fac77508786a/rss.xml

          The title is empty

          <rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
              <channel>
                  <title/>
                  <description/>
                  <pubDate>
                  ...
              </channel>
          </rss>
          

          Laurence Aumeunier added a comment - - edited To test http://www.u-cergy.fr/_plugins/web/zoneItem/75efc351-10d7-4a3c-925e-fac77508786a/rss.xml The title is empty <rss xmlns:atom = "http://www.w3.org/2005/Atom" version= "2.0" > <channel> <title/> <description/> <pubDate> ... </channel> </rss>

            laurence Laurence Aumeunier
            lperier Laurence Perier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: