Defect #29853
Default plugin value is not
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Plugin API | |||
Target version: | - | |||
Resolution: | Affected version: | 3.4.6 |
Description
Currently the default setting value is not created regarding its setting in init.rb file. Tried various ways to store but both are not working and there is no default value:
settings :default => { :weeklabel_name => 'Weekly Label' }, :partial => 'settings/settings'
settings :default => { 'weeklabel_name' => 'Weekly Label' }, :partial => 'settings/settings'
After editing the default value in settings dialog it is properly retrieved and saved further on. Only first time reading is not working. Checking through database reveals that Settings table does not contain the newly defined default value.
History
#1
Updated by Go MAEDA over 3 years ago
- Category changed from Core Plugins to Plugin API
#2
Updated by keineahnung 2345 3 months ago
I am using Redmine 4.1.2.stable, and default values specified in plugin's `init.rb` are not used too.