Project

General

Profile

How can I configure the order to call plugin hook ?

Added by Marcelo Fernandes almost 14 years ago

I have a plugin with a class that extends Redmine::Hook::ViewListener
This class defines view_layouts_base_html_head(context) method.
My redmine instance have others plugins that defines the same method.
How can I tell redmine to call my plugin as the last one?