Defect #36287
rake redmine:plugins:assets fails
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Plugin API | |||
Target version: | - | |||
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.
Related issues
Associated revisions
History
#1
Updated by Mizuki ISHIKAWA 6 months ago
- File 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.
#2
Updated by Go MAEDA 6 months ago
- Related to Feature #32938: Rails 6: Zeitwerk support added