Project

General

Profile

Actions

Bug #64281

closed

Backend PageLayoutView.php shows wrong Image Caption field

Added by stefan schreck over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-01-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

Shows imagecaption from OLD field "imagecaption" from tt_content instead of NEW “Description” from FAL.

PageLayoutView.php line 1491

if ($row['imagecaption']) {
$out .= $this->linkEditContent($this->renderText($row['imagecaption']), $row) . '<br />';
}


Files

64281_before.png (24.9 KB) 64281_before.png Mathias Schreiber, 2015-01-14 17:16
64281_after.png (27.7 KB) 64281_after.png Mathias Schreiber, 2015-01-14 17:16
Actions

Also available in: Atom PDF