Skip to content
Snippets Groups Projects
Commit e0ae7d82 authored by Frans Saris's avatar Frans Saris Committed by Andreas Fernandez
Browse files

[BUGFIX] Show file title in CE uploads

Resolves: #78900
Releases: master, 7.6
Change-Id: Ia44c039083d44eda463ee1819f6dc20353ce7f8a
Reviewed-on: https://review.typo3.org/50931


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Tested-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
parent 8a0706c1
Branches
Tags
No related merge requests found
......@@ -25,9 +25,9 @@
<div>
<a href="{file.publicUrl}"{f:if(condition:data.target,then:' target="{data.target}"')}>
<span class="ce-uploads-fileName">
<f:if condition="{file.title}">
<f:if condition="{file.properties.title}">
<f:then>
{file.title}
{file.properties.title}
</f:then>
<f:else>
{file.name}
......
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