Closed PYushchenko closed 5 years ago
This appears to be a settings migration issue, I could fix it by removing old settings from the database (with delete from settings where name = "plugin_redmine_tags";
) and letting the 4.0 plugin recreate them.
Previous settings were:
+----+---------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+
| id | name | value | updated_on |
+----+---------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+
| 65 | plugin_redmine_tags | --- !ruby/hash:ActionController::Parameters
issues_sidebar: simple_cloud
issues_show_count: '1'
issues_open_only: '1'
issues_sort_by: count
issues_sort_order: desc
| 2015-12-30 17:17:02 |
while the new value starts with !ruby/hash:ActiveSupport::HashWithIndifferentAccess
which seems to make it work.
Yup, fixed.
Thank you!
+1 This fixed my problem too.
production.log
bundle info