Feature #2365
Adding Redmine 3.0 support
50%
Associated revisions
First fixes for 3.x (#2365)
History
#1 Updated by Olivier Houdas over 9 years ago
In particular, in the Redmine Admin section, Projects or Users fail with error 500, because of the following error:
W, [2015-03-31T10:22:11.347198 #30506] WARN – : WARNING: Can’t mass-assign protected attributes for UserListSetting: user_id, list
in app/models/user_list_setting.rb, which results in having
list:nil
inside
def list_class
later in the code of that file
#2 Updated by Olivier Houdas over 9 years ago
Note: adding
attr_accessible :user_id, :list
on line 7 after
serialize :columns, Array
fixes the issue (I found this tip in a forum), however, I'm not good enough in Ruby to understand the extent of this change.
#3 Updated by Olivier Houdas over 9 years ago
- File Extended-fields-rails4.2.patch View added
There is another issue with Rails 4: deprecated .find(:all, options) is now creating errors.
→ see extended_calendars_controller_patch.rb
Attached is a patch with my changes, which fix the issues I’ve noticed so far.
#4 Updated by Andriy Lesyuk about 9 years ago
- Status changed from New to Open
- Target version set to 0.2.4
#5 Updated by Andriy Lesyuk about 8 years ago
- Tracker changed from Bug to Feature
- Status changed from Open to In Progress
- % Done changed from 0 to 50
#6 Updated by Jacek Pasternak about 8 years ago
In 3.0.7 “#” column is doubled
#7 Updated by Jacek Pasternak about 8 years ago
- File extended_fileds_bug.png View added
#8 Updated by Adnan Topçu over 6 years ago
3.0 support is not enough