Bug #38766
closedMergeIfNotBlank should work for pages
100%
Description
The l10n_mode mergeIfNotBlank should have an effect in the frontend for the pages / pages_language_overlay; currently the fields are simply merged for the pages table
is_array($row) ? array_merge($pageInput, $row) : $pageInput;
Additionally, "blank" is not recognized as such for group fields currently, as they have the "0" value. Example is the "shortcut" field for pages.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12714
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12714
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12714
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review almost 10 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review almost 10 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review over 9 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/22325
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review over 9 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review over 9 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Christian Zenker over 9 years ago
Don't forget to use TCAcachedExtras
when backporting this patch to older TYPO3 versions.
Updated by Gerrit Code Review over 9 years ago
Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review over 9 years ago
Patch set 11 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review over 9 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/12714
Updated by Gerrit Code Review over 9 years ago
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/12714
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/22325
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25520
Updated by Joh. Feustel over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 023014c68bd26b27cf542bf799c2f72996fa7262.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25520
Updated by Joh. Feustel about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 74be2dfb7deff7d3847ce45f1856e54bfe12d1ca.