We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem This is similar with Redmine core side typo.
Expectation all_expended should be replaced to all_expanded.
all_expended
all_expanded
Note Consider to add migration process in settings and user_preferences tables. Here is the code snippet of settings table value.
settings
user_preferences
setting = Setting.plugin_redmine_custom_fields_groups if ( setting.present? && setting.has_key?('fieldset_default_state') && setting['fieldset_default_state'] == 'all_expended' ) setting['fieldset_default_state'] = 'all_expanded' Setting.plugin_redmine_custom_fields_groups = setting end
The text was updated successfully, but these errors were encountered:
sanak
No branches or pull requests
Problem
This is similar with Redmine core side typo.
Expectation
all_expended
should be replaced toall_expanded
.Note
Consider to add migration process in
settings
anduser_preferences
tables.Here is the code snippet of
settings
table value.The text was updated successfully, but these errors were encountered: