Open
Description
Hello,
I used this plugin on a redmine v2.3.0 and after a light upgrade in v2.3.1, this issue appears.
Can(t convert nil into string on init.rb(24)
I have just changed the code to this to get it to work !
#plugin_locale_glob = respond_to?(:directory) ? # File.join(directory, 'config', 'locales', '*.yml') : plugin_locale_glob = File.join(Rails.root, 'vendor', 'plugins', 'redmine_stealth', 'config', 'locales', '*.yml')
And everything is ok now !
Metadata
Metadata
Assignees
Labels
No labels