Bug #56209
Section Navigation: empty sectionIndex_uid
Status: | Resolved | Start date: | 2014-02-22 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Steffen Ritter | % Done: | 100% |
|
Category: | Content Rendering | Spent time: | - | |
Target version: | next-patchlevel | |||
TYPO3 Version: | 6.2 | Is Regression: | Yes | |
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
I'm having (new) issues with section navigation using latest HEAD. I'm using this TS:
lib.section_index =< tt_content.menu.20.3 lib.section_index { stdWrap { wrap = <ul class="nav bs-sidenav" >|</ul> outerWrap = <div data-spy="affix" data-offset-top="210" class="bs-sidebar hidden-print" role="complementary">|</div> } 1 { NO.ATagParams.dataWrap = data-target="#c{field:sectionIndex_uid}" NO.wrapItemAndSub = <li>|</li> } }
All works fine, except 'sectionIndex_uid', which always stays empty. Moving back to 6.2.0beta3 brings back the field and it's content. Couldn't find any changes in TSref, so this might be an issue.
Related issues
Associated revisions
Revert "[TASK] FrontendContentAdapterService processes record repeatedly"
This reverts commit 3adf78359015401648fcec4befe70e9bd0b7a2ea
This patch breaks section menus as it introduces invalid caching.
The original patch has not yet been backported.
Resolves: #56209
Resolves: #54953
Releases: 6.2
Change-Id: Ia3fc8718ed3907913a5538eee102260425f2cf16
Reviewed-on: https://review.typo3.org/27788
Reviewed-by: Markus Klein
Tested-by: Markus Klein
History
#1 Updated by Markus Klein over 1 year ago
- Status changed from New to Needs Feedback
Found the culprit.
Commit 3adf78359015401648fcec4befe70e9bd0b7a2ea
#54953
https://review.typo3.org/26786
#2 Updated by Markus Klein over 1 year ago
- Status changed from Needs Feedback to Accepted
- Assigned To set to Steffen Ritter
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
- Is Regression changed from No to Yes
#3 Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27788
#4 Updated by Gerrit Code Review over 1 year ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27788
#5 Updated by Markus Klein over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fe7e00da232e8cd9abb5dc4027f416e46ad0b866.