Patch #28478
Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 4.0.0 |
Description
Index: extra/sample_plugin/init.rb
===================================================================
--- extra/sample_plugin/init.rb (revision 17253)
+++ extra/sample_plugin/init.rb (working copy)
@@ -1,4 +1,4 @@
-Rails.logger.info 'Starting Example plugin for RedMine'
+Rails.logger.info 'Starting Example plugin for Redmine'
Redmine::Plugin.register :sample_plugin do
name 'Example plugin'
Associated revisions
Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ (#28478).
Patch by Go MAEDA.
History
#1
Updated by Go MAEDA over 4 years ago
- Target version set to 4.0.0
#2
Updated by Go MAEDA over 4 years ago
- Category changed from Plugin API to Code cleanup/refactoring
- Status changed from New to Closed
Committed.
#3
Updated by Go MAEDA about 4 years ago
- Assignee set to Go MAEDA