Use renderAsLink() instead of asTextLink() for Action::DELETE#7273
Use renderAsLink() instead of asTextLink() for Action::DELETE#7273bt-nn wants to merge 1 commit intoEasyCorp:4.xfrom
Conversation
|
CustomActionOrderTest::testIndexPageEntityActionsOrder is failing, because the Delete Button in now solid. |
|
The delete button is intended to be rendered as a link instead of a solid button ... bUT, it should be rendered at the leftmost position of the buttons. In fact, the now-failing test shows that: the "text + danger" deletea ction is the last one. So, I need to look into the original issue to find the cause of that issue and an alternative solution. Thanks! |
|
Doesn’t it look a bit inconsistent that this is the only element not displayed as a button If this is the intended behavior, it would be great if Thanks for your great work on this project! |
fixes #7120