Ticket #10309 (closed Bug: fixed)

Opened 2 years ago

Last modified 17 months ago

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:1 Changed 19 months ago by jessilfp

  • Keywords TuneUp added

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

comment:4 Changed 18 months ago by mr_savage

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [38570]) Show the next viewable item in next/previous

viewlet/link, as the behaviour was in Plone 3. This fixes #10309

comment:5 Changed 18 months ago by jessilfp

  • Keywords TuneUp33 added; TuneUp removed

comment:6 Changed 17 months ago by hannosch

  • Milestone changed from 4.x to 4.0
Note: See TracTickets for help on using tickets.