Actions
Feature #42147
openAdd some view action hooks
Status:
New
Priority:
Normal
Assignee:
-
Category:
Hook requests
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Hello,
While developing the plugin, I noticed that there is no available hook for the action button in the dropdown on the issue show and issue index pages.
I need this hook to display the action buttons consistently with the others; otherwise, I’m concerned that users might get confused by having too many possible button placement options.
Files
Updated by yelexa6053 yelexa6053 10 months ago
To consistently display action buttons in the dropdown on the issue show and issue index pages, you can create a custom hook. Unfortunately, if there's no existing hook available, you might need to extend the plugin's functionality by adding your own custom code.
Actions