Actions
Feature #87694
openAdd identity property to TYPO3\CMS\Backend\Template\Components\Buttons\AbstractButton
Status:
Accepted
Priority:
Could have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2019-02-12
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hey, could we add an identity property to the AbstractButton class so we can better identify the buttons in a later hook?
It is really wobbly right now to insert a button at a certain position after another button. If inserting a button after an InputButton, one can use the name to identify the button, but it is near impossible to identify a LinkButton.
Updated by Georg Ringer almost 6 years ago
I currently render the button and then check the HTML content but you are absolutly right
Actions