Feature #49822
closedAllow to disable the 4th part of the typolink generation
0%
Description
Hey guys,
i worked with the typolink generation and add a 5th param to the link configuration field. The current problem is, that the 4th param can not be disabled in the typolink function.
The patch attached fix this issue by a simple check against "-" (like the params 1-3).
TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typolink
It is a smart solution to add/allow custom link configuration parameters?
Regards,
Ercüment
Files
Updated by Gerrit Code Review over 11 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 https://review.typo3.org/22160
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/22160
Updated by Gerrit Code Review almost 10 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/22160
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22160
Updated by Gerrit Code Review almost 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22160
Updated by Stefan Neufeind almost 10 years ago
- Tracker changed from Bug to Feature
Updated by Gerrit Code Review almost 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22160
Updated by Stefan Neufeind over 9 years ago
In general: This still applies to master (CMS 7) at the moment, but lives in the TypoLinkCodecService now. Decision is still open however how we want to handle it.
Updated by Tim Lochmüller over 9 years ago
We do not need this patch anymore. In the current master, the TypoLinkCodecService check the 4. param against static::$emptyValueSymbol ("-"). So the patch is not needed anymore...
Please close the issue!!!
Updated by Georg Ringer over 9 years ago
- Status changed from Under Review to Closed