Bug #64281
closedBackend PageLayoutView.php shows wrong Image Caption field
100%
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
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36013
Updated by Mathias Schreiber almost 10 years ago
- File 64281_before.png 64281_before.png added
- File 64281_after.png 64281_after.png added
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36013
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36013
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36013
Updated by Mathias Schreiber almost 10 years ago
Hey Stefan,
we need to define the expected behavior here.
Given you add like 20 Images, would you expect all captions to be shown?
We cut off the bodytext after 1500 characters, how would you handle this with captions?
Updated by stefan schreck almost 10 years ago
Mathias Schreiber wrote:
Hey Stefan,
we need to define the expected behavior here.
Given you add like 20 Images, would you expect all captions to be shown?
We cut off the bodytext after 1500 characters, how would you handle this with captions?
Hi there,
Since the caption is almost never that long it would be nice to see it all.
A crop nevertheless can't be wrong.
Just my opinion
Stefan
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Under Review to New
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36013
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36099
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4800cfa231da9ac5ffad877c37b5999423e65b3d.