Actions
Bug #99339
closedBackend module "Page": Restore title of edit link in content frame
Start date:
2022-12-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The variable "{column.editLinkTitle}" is empty, so no link title can be set for the edit link in the content frame.
File "typo3/sysext/backend/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html":
<a href="{column.editUrl}" title="{column.editLinkTitle}"><core:icon identifier="actions-document-open" /></a>
Actions