Ticket #4114 (closed Bug: fixed)
Opened 7 years ago
Events and News are not filtering by published
| Reported by: | andym | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Navigation/Folder listings | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
Not sure if i've missed something deliberate or if its just been missed, but looks like in the criteria for the News Topic, it's not filtering on being published.
Change History
Note: See
TracTickets for help on using
tickets.

Suggested fix:
aubert /usr/local/zope/Products/CMFPlone/migrations/v2_1 $ svn diff alphas.py Index: alphas.py =================================================================== --- alphas.py (revision 7082) +++ alphas.py (working copy) @@ -891,6 +891,8 @@
+ state_crit = topic.addCriterion('review_state', 'ATSimpleStringCriterion') + state_crit.setValue('published')