Plugin execution order
Added by Tony Marschall about 13 years ago
In which order are plugins executed, is it possible to specify plugin execution order?
Replies (2)
RE: Plugin execution order - Added by Tony Marschall about 13 years ago
Its possible to change plugin load order by setting config.plugins in config/enviroment.rb
e.g. config.plugins = [ :redmine_exception_notification, :all ]
see also
RE: Plugin execution order - Added by Jaap de Haan about 8 years ago
This does not work anymore. Setting options in config is pointless since the plugin loader sorts the plugins alphabetically - always -. Checked in current version at time of writing