lux icon indicating copy to clipboard operation
lux copied to clipboard

Do not delete link after deletion of lux-linklistener

Open scheibome opened this issue 2 years ago • 2 comments

At the moment it behaves in such a way that if a lux-linklistener is deleted, the link (href) is replaced by "nothing" and the link no longer works. It would be nice if the actual saved link would then be used again.

Example: <f:link.typolink parameter="35" additionalAttributes="{data-lux-linklistener:2}">Test</f:link.typolink>

If now the lux-linklistener is missing in the database or deleted the following appears as output in the FE. <a href="" data-lux-linklistener="2">Test</a>

Expected behavior would be: <a href="/impressum" data-lux-linklistener="2">Test</a>

Tested in version 24.0.1

scheibome avatar Sep 26 '22 10:09 scheibome