wv_deepltranslate icon indicating copy to clipboard operation
wv_deepltranslate copied to clipboard

[FEATURE] Trigger SlugHelper when a new record was translated

Open weisgerberm opened this issue 10 months ago • 3 comments

Is your feature request related to a problem? Please describe. It would be helpful if the SlugHelper recalculated the slug of the new record.

Describe the solution you'd like You could possibly check the TCA to see whether there is a field of type "slug" and only trigger this process if this is the case. https://github.com/TYPO3/typo3/blob/main/typo3/sysext/core/Classes/DataHandling/SlugHelper.php

Thank you

weisgerberm avatar Apr 16 '24 19:04 weisgerberm