Skip to content
Snippets Groups Projects
Commit 7d49d009 authored by Marcus Schwemer's avatar Marcus Schwemer Committed by Georg Ringer
Browse files

[BUGFIX] Prevent exception when using link wizard in flexform input

The itemValue of a field might be null, which is not accepted
by getLinkExplanation(). Add a check to ensure we always pass a string.

Resolves: #79749
Releases: master
Change-Id: Ic1b80faf1e2cc8c4e4119238225c6480a66c4cdc
Reviewed-on: https://review.typo3.org/51628


Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJosef Glatz <josef.glatz@typo3.org>
Tested-by: default avatarJosef Glatz <josef.glatz@typo3.org>
Reviewed-by: default avatarDominique Kreemers <dominique.kreemers@icloud.com>
Tested-by: default avatarDominique Kreemers <dominique.kreemers@icloud.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 7285a2f6
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment