Bug #25757
closedSection index showing unwanted elements in workspaces
0%
Description
When using a section index (pagecontent w/index checked) in a workspace, all content elements with index checked on their original version are shown. Unchecking the index option on elements in the workspace does not remove them from the menu.
The select clause in the CONTENT element used to render the menu have the following conditions : colPos=0 AND sectionIndex!=0. Since those conditions are applied before taking care of version management, the versionned value of colPos and sectionIndex is never used. The versionOL function is used afterward to get the good title (and other fields) but this is too late since items have already been filtered on their original values.
Section index is probably not the only content element type affected by this kind of problem.
Updated by Stefan Galinski over 12 years ago
- Status changed from New to Needs Feedback
The rendering of sectionIndexes was completely changed in the CSC version of 4.7.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed