Bug #75947
closedCreation of subcategories impossible after upgrading to 6.2.22
100%
Description
After upgrading to Typo3 6.2.22 it is impossible to create subcateogires to existing (sys_)categories.
Selecting a parent node in the tree select causes a yellow exclamation mark claiming something to be wrong and saving is not possible anymore.
After downgrading to 6.2.21 the error disappeared.
Updated by Klaus Moser over 8 years ago
After unchecking a parent node no checkbox is checkable anymore. In 6.2.22 the select treeview is currently in an unusable state.
Updated by Deleted Account over 8 years ago
This problem only seems to occur with maxitems set.
In my tests (with sys_category) I encountered the following situations:
- maxitems: 1
1 item is selectable, but a exclamation mark appears when selected. When unselected, no item is selectable.
- maxitems: 2
1 item is selectable, if the tree is loaded with 1 item preselected 2 items are selectable.
- maxitems: 3
2 items are selectable, if the tree is loaded with 1 or more items preselected 3 items are selectable.
- maxitems: n
(n -1) items are selectable, if the tree is loaded with 1 or more items preselected n items are selectable.
(If the tree is loaded with some items preselected and all items are deselected n - 1 items are selectable).
Updated by Alexander Bigga over 8 years ago
I encountered the same issue. This issue is caused by fix for #75519 (Flexform select rendermode tree doesn't respect collapsed nodes).
I've just made a oneline patch and will commit it in the next minutes.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47937
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47940
Updated by Oliver Hader over 8 years ago
- Target version set to next-patchlevel
- Is Regression changed from No to Yes
Updated by Christian Kuhn over 8 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Christian Kuhn over 8 years ago
- Target version changed from next-patchlevel to 8.1
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47971
Updated by Anonymous over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dc06bd583c3709328626e618cff6654298e512ab.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed