Skip to content

Fix RSS title content reference in search-rss.pt#4330

Merged
erral merged 3 commits into
masterfrom
fix-old-template
Jun 16, 2026
Merged

Fix RSS title content reference in search-rss.pt#4330
erral merged 3 commits into
masterfrom
fix-old-template

Conversation

@dobri1408

Copy link
Copy Markdown
Contributor

Fix a regression introduced in #3960.

The search RSS template previously used item/title, but the refactor changed it
to python:item.Title(). Since item is an IFeedItem adapter
(DexterityItem for Dexterity content), it has a title property and no
Title() method. Restore item/title.

Here is the definition

Comment thread src/Products/CMFPlone/browser/syndication/templates/search-rss.pt
@avoinea avoinea self-requested a review May 27, 2026 13:06
@erral

erral commented Jun 13, 2026

Copy link
Copy Markdown
Member

@jenkins-plone-org please run jobs

@erral erral merged commit 04ccf72 into master Jun 16, 2026
10 checks passed
@erral erral deleted the fix-old-template branch June 16, 2026 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants