- π¬π§United Kingdom catch
Operations can be added to entity types programmatically, and should show in lists like this. Marking as outdated.
I would like to be able to add an operation to the operations on admin/structure/types. I'm already able to add a tab to the edit page, but it would be convenient to be able to get directly to it from the operations. In particular, I'm integrating Panelizer more closely with bundle settings, so that Panelizer info for an entity bundle can be configured alongside the settings for that bundle. This has quite a few potential configuration screens and I would like the overview list to provide at least one shortcut link, potentially more.
However there are 2 problems.
1) There isn't an alter.
2) Even if there were, operations each get their own individual TD rather than being in a list, so if operations are added, the header also has to be modified to compensate. And if some node types get operations that other node types do not, then that has to be accounted for to.
I think we can do better in D8 and maybe even backport that to D7.
Closed: outdated
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Operations can be added to entity types programmatically, and should show in lists like this. Marking as outdated.