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.).
Actions