Bug #66594
closedCategory Mount points - missing hierarchy information
0%
Description
Currently category mount points to not show hierarchy information.
Which is an issue because of multiple things:
1.) If I have categories
foo --> bar
xyz --> bar
And mount both "bar" categories, it is not clear which bar it is.
2.) If in my TCA I use nonSelectable Levels or max levels, they will be different because the hierary information is missing.
I am not sure if this might be related to:
https://forge.typo3.org/issues/66519
but from the description it is a different issue.
My solution would be to render mounted categories in sublevels with parent categories but make parent categories unSelectable.
Furthermore, if I select multiple categories in sublevels of one parent, it needs to be ensured that parent is only listed once.
Here would also be the question if non selected categories of a level (if that level has mounted categories) should be shown if the parent category is mounted or if the should not be shown/selectable in this case.
In the current version they would be shown, so the provided patch also makes them visible.
Attached screenshots with shown categories and category mount points with patch.
Set patch to -1 because I don't want it in the 7.2 stabilisation phase.
Files
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/38928
Updated by Andreas Allacher over 9 years ago
- File category_mounts_for_level_2_and_3_in_same_level_and_separate_level_1.png category_mounts_for_level_2_and_3_in_same_level_and_separate_level_1.png added
- File current_behaviour_if_level_2_and_same_3_and_separate_level_1.png current_behaviour_if_level_2_and_same_3_and_separate_level_1.png added
Current behaviour screenshots
Updated by Andreas Allacher over 9 years ago
As visible the current behaviour doesn't make any sense at all. It does not show the hierarchy information and it also has the same categories mounted twice (with same IDs)
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38928
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Andreas Allacher over 9 years ago
thanks for changing the target version, would have done so myself - if I could have modified it :)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Andreas Allacher about 9 years ago
@Benni Mack:
I think I will make a feature of this instead.
Similar to the hierarchy display option in the page tree (just a bit different), so this will definitely be moved to 8.x as feature freeze is in effect for 7 LTS
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38928
Updated by Anja Leichsenring over 6 years ago
- Status changed from Under Review to Rejected
Patch got abandoned, no activity.