[BUGFIX] Do not remove trailing slash in slug sanitization
It is totally legitimate to allow /my-page/ as slug (when in FormEngine just remove the "readonly" attribute of the slug field), if explicitly wanted. There is a difference between "generate" (automatically create the slug) where TYPO3 recommends slugs without slashes, and "sanitize" to clean up a slug, where "/" is completely valid. Resolves: #86055 Releases: master Change-Id: I8e73f27e18fc74242cb230d69a85ec2946cf1dae Reviewed-on: https://review.typo3.org/58099 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Please register or sign in to comment