Bug #99402
closedUnnecessary quote in the file list
100%
Description
TYPO3\CMS\Filelist\FileList::makeRef()
contains the following code:
return ' <button ' . GeneralUtility::implodeAttributes($attributes, true) . '">
There is an unnecessary quote. It produces html as follows:
<button type="button" class="btn btn-link p-0" data-filelist-show-item-type="_FILE" data-filelist-show-item-identifier="1:/user_upload/easyweb/fotogalerie_hund3.jpg" title="Show references (31)"">
Updated by Georg Ringer almost 2 years ago
- Related to Task #91016: Reduce inline JavaScript in ext:filelist added
Updated by Georg Ringer almost 2 years ago
- Status changed from New to Accepted
- Target version set to Candidate for patchlevel
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77199
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77199
Updated by Gerrit Code Review almost 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77216
Updated by Georg Ringer almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e9fab6f25f70190b5a834fe4ea2b02cbdc95b8bb.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77201
Updated by Georg Ringer almost 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset 72b8883dea011c265d6cde73b2c8d75eefec6840.