Bug #70630
closedStory #69617: FormEngine bugs
Can't select parent Category for Categories without parent
100%
Description
We found another problem with Category selection in Typo3 7.5.
the Parent can't be selected anymore. Pretty sure it worked in 7.4 as most of them where created there.
See attached Gif-Animation of the issue.
The shown category has no parent yet selected. If i look into the HTML all entries in the category-tree have the attribute unselectable="on" which is probably used by some javascript.
Files
Updated by Witali Rott about 9 years ago
- % Done changed from 0 to 100
There was an error with the parsing of the elements, the default value zero was count as an selected node.
https://github.com/hlop/TYPO3.CMS/commit/816f3c5609d3ce815301066bf7319aa25957e2d0
Updated by Sascha Löffler about 9 years ago
Thanks. Can confirm that this fixes it.
Updated by Christian Fries about 9 years ago
Thanks Witali, your patch fixes the issue.
Updated by Henri Nathanson about 9 years ago
https://review.typo3.org/#/c/43531/ that probably caused it.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43807
Updated by Andreas Allacher about 9 years ago
Please also check
https://review.typo3.org/#/c/43807/
And
https://forge.typo3.org/issues/70372
And yes it was caused by the review above but that was still a correct bugfix. Just added another bug which still should be handled differently I think.
I am still waiting for feedback from Christian on how to be solve this because checking renderType is not enough if one considers custom renderTypes
Updated by Gerrit Code Review about 9 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43807
Updated by Gerrit Code Review about 9 years ago
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43807
Updated by Gerrit Code Review about 9 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43807
Updated by Gerrit Code Review about 9 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/44356
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset dc506d5a89b6be4a9afb255ae61abe0ffb3598e8.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed