Ticket #10309 (closed Bug: fixed)
previous/next links are shown for private content on public site
| Reported by: | hpeteragitator | Owned by: | mr_savage |
|---|---|---|---|
| Priority: | major | Milestone: | 4.0 |
| Component: | Infrastructure | Version: | |
| Keywords: | TuneUp33 | Cc: |
Description
previous/next links are shown for private content on public site
peter
Change History
comment:2 Changed 18 months ago by mr_savage
The reason for this is the new plone.folder plone.app.folder implementation ordering implementation. It adds ordering support to the now BTree based Folders.
the order is stored persistently in the annotations of the container.
To enable the behaviour as it was in Plone 3 (showing the next / previous item which is viewable to the current logged in user) we would need to do a catalog query, which might reduce performance for many objects...
-> This might need some discussion, I ll write to the mailing list.
comment:3 Changed 18 months ago by mr_savage
- Owner set to mr_savage
- Status changed from new to assigned
going to fix this
Note: See
TracTickets for help on using
tickets.
