Actions
Defect #32939
closedRails 6: fix plugin migrations
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
fixes
Error: Redmine::PluginTest#test_migrate_redmine_plugin: ArgumentError: wrong number of arguments (given 1, expected 2) lib/redmine/plugin.rb:542:in `new' lib/redmine/plugin.rb:542:in `migrate_plugin' lib/redmine/plugin.rb:483:in `migrate' lib/redmine/plugin.rb:494:in `migrate' test/unit/lib/redmine/plugin_test.rb:206:in `test_migrate_redmine_plugin' rails test test/unit/lib/redmine/plugin_test.rb:200
Files
Related issues
Updated by Marius BĂLTEANU almost 5 years ago
- Related to Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading added
Updated by Marius BĂLTEANU over 3 years ago
- Tracker changed from Patch to Defect
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch as a part of #29914.
Actions