Bug #44915
closedTranslated category records visible in parent category tree
100%
Description
I can see the translated category records in the parent category tree. It makes no sense to select a translated category as a parent category. Only the default language records should be displayed.
For my understanding, the WHERE clause must be changed to the following code at line 126 in t3lib/stddb/tca_sys_category.php:
'foreign_table_where' => ' AND sys_category.sys_language_uid IN (-1,0) ORDER BY sys_category.title ASC',
Updated by Thomas Löffler almost 12 years ago
Would it make sense to set a parent category for a translated category?
I think, the e.g. german category tree must be the same as the default english category!
I would set a condition to the parent category to sys_language_uid = 0.
Updated by Georg Ringer almost 12 years ago
- Status changed from New to Accepted
someone wanna push a change to gerrit?
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21626
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21626
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21626
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21626
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21626
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22010
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22011
Updated by Markus Klein over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2f68b78cc30a5bd666180d0fc6aeb5b15cb6e929.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed