Actions
Bug #69925
closedStory #69617: FormEngine bugs
Adjust itemsProcFunc CategoryRegistry::getCategoryFieldsForTable to new internal record structure
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-09-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Field tt_content.category_field
has a itemsProcFunc assigned that depends on the current "record". The used field is a select field and this is now always a array instead of a plain value.
This breaks currently CE Special menus -> Menu Type: pages of selected category.
When you create/setup such a CE you get next error and the selectbox "Category field" stays empty.
An error occurred trying to process items for field "Category field" (The given menu_type is not supported.).
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43406
Updated by Frans Saris over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 795531e6a342025c19f733f6c36fc1ea3ff9db65.
Actions