Actions
Patch #31030
closedInclude plugin name in the exception when the plugin required by requires_redmine_plugin is not found
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The exception is :
lib/redmine/plugin.rb:141:in `find': Redmine::PluginNotFound (Redmine::PluginNotFound)
It would be better if it is :
lib/redmine/plugin.rb:273:in `rescue in requires_redmine_plugin': redmine_smile_enhancements plugin requires plugin redmine_smile_base (Redmine::PluginNotFound)
Files
Updated by Go MAEDA about 6 years ago
- Category changed from Core Plugins to Plugin API
- Target version set to Candidate for next minor release
Updated by Go MAEDA about 6 years ago
- Target version changed from Candidate for next minor release to 4.0.3
Updated by Go MAEDA about 6 years ago
- Subject changed from Missing dependant plugin : give missing plugin name in exception to Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found
Updated by Jean-Philippe Lang about 6 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Actions