You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
It's not a showstopper for a current project, it just came to attention because the links were no longer available because the database entries of LUX were missing in the dump.
The same happens when an editor carelessly removes a listener.
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
The text was updated successfully, but these errors were encountered: