Project

General

Profile

Plugin execution order

Added by Tony Marschall over 12 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 over 12 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 over 7 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

    (1-2/2)