Actions
Defect #36287
closedrake redmine:plugins:assets fails
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
$ rake redmine:plugins:assets rake aborted! NoMethodError: undefined method `mirror_assets' for Redmine::Plugin:Class /var/lib/redmine/lib/tasks/redmine.rake:153:in `block (3 levels) in <top (required)>' /usr/local/bundle/gems/rake-13.0.6/exe/rake:27:in `<top (required)>' Tasks: TOP => redmine:plugins:assets (See full trace by running task with --trace)
This also affects the redmine:plugins task (rake redmine:plugins).
This is probably related to #32938.
Files
Related issues
Updated by Mizuki ISHIKAWA almost 3 years ago
- File fix-36287.patch fix-36287.patch added
The patch is attached.
I don't understand the need to mirror_assets for plugins specified by name, but I've changed it to work with the same specs as before.
Updated by Go MAEDA almost 3 years ago
- Related to Feature #32938: Rails 6: Zeitwerk support added
Updated by Go MAEDA almost 3 years ago
- Status changed from Confirmed to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix as a part of #32938. Thank you.
Actions