Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customLink-Text bei Medienauswahl falsch #361

Open
iceman-fx opened this issue Sep 23, 2024 · 0 comments
Open

customLink-Text bei Medienauswahl falsch #361

iceman-fx opened this issue Sep 23, 2024 · 0 comments
Labels
UX User Experience

Comments

@iceman-fx
Copy link
Member

iceman-fx commented Sep 23, 2024

Wenn ich ein Medium pflege, dann wird mir nicht der im MP gepflegte Titel des Mediums ausgeben:

dump( FriendsOfRedaxo\MForm\Utils\MFormOutputHelper::prepareCustomLink(['link' => 'REX_VALUE[1]'], true) );

gibt dies raus, obwohl beim Medium ein richtiger Titel gepflegt wurde:

[^] array:5 [
    "link" => "sonnenblume.jpg"
    "customlink_text" => "../media/sonnenblume.jpg"
    "customlink_url" => "../media/sonnenblume.jpg"
    "customlink_target" => ""
    "customlink_class" => " media"
]

Redaxo 5.17.1
MForm 8.0.4

@skerbis skerbis added the UX User Experience label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UX User Experience
Projects
None yet
Development

No branches or pull requests

2 participants