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

Closed
iceman-fx opened this issue Sep 23, 2024 · 0 comments · Fixed by #372
Closed

customLink-Text bei Medienauswahl falsch #361

iceman-fx opened this issue Sep 23, 2024 · 0 comments · Fixed by #372
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

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

Successfully merging a pull request may close this issue.

2 participants