Jump to content

custom row action for renderList? (back office)


cheshire-cat

Recommended Posts

Hallo. Is there any way to add custom action to list rows in backoffice, like

$this->addRowAction('edit');

inside MyAdminModuleController->renderList() ?

So far I found out, that actions "details", "edit", "delete", "view" and "duplicate" are allowed and any new action is checked against

AdminControllerCore->$actions_available

array, but adding custom action name to this array didn't help. There must be instructions for action icon+url somewhere, so I guess my action ("export") got deleted there.

Is this possible at all, or should I do it some other way? Thank you for advises.

Edited by cheshire-cat (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...