Defect #36273
Modifying the source code of the plugin does not reload it in trunk 21295
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
It seems that modifying the source code of a plugin in development mode does not reload it anymore.
For example, if you change the following file
- plugins/redmine_issue_assign_notice/lib/redmine_issue_assign_notice/notice_client.rb
In Redmine trunk r21295 does not reload.
In 4.2.2, it was reloaded.
If i change the source code of Redmine itself, it will be reloaded in trunk r21295 as well.
- app/models/issue.rb
Has Zeitwerk support removed the Redmine plugin folder from monitoring?