Bug #64281
closed
Backend PageLayoutView.php shows wrong Image Caption field
Added by stefan schreck almost 10 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
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
- 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
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
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
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
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?
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
- Status changed from Under Review to New
- 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
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF