Actions
Defect #43375
openPlugin required precompile in order to function
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hello,
I'd like to understand something; I recently upgraded my test instance of Redmine from 5.1.9
to 6.0.7
. One of my plugins failed to work properly until I ran the following command:
RAILS_ENV=production bundle exec rails assets:precompile
It sounds like this should not have been necessary, from what I am reading on #41754. It sounds like the default behavior of Redmine is to perform this precompile automatically.
I'd like to understand this a bit more, if possible. It was very difficult to find this command.
Thanks!
Updated by Nicholas N about 21 hours ago
The plugin that required the precompile: https://github.com/agileware-jp/redmine_issue_templates
Actions