Change issues context menu
Added by Radu Serban over 15 years ago
Is it possible to change the issues context menu from a plugin? I'd like to add some new commands there.
It doesn't seem to have a hook for that, does it?
What would be the best option to do this?
(I'm using version 0.8.2 atm)
Replies (3)
RE: Change issues context menu - Added by Andrew Chaika over 15 years ago
Just add app\views\issues\context_menu.rhtml to your plugin and change it on your own.
Ask Eric for the best practices :)
RE: Change issues context menu - Added by Eric Davis over 15 years ago
Just add app\views\issues\context_menu.rhtml to your plugin and change it on your own.
Yea, don't do that because it will conflict with anyone else who wants a context menu. Just open an issue with the hooks you need and I'll commit it.
Eric
RE: Change issues context menu - Added by Radu Serban over 15 years ago
OK, I added feature #3013. I think that will solve my problems