I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Feature #2365

Adding Redmine 3.0 support

Added by Константин Кубуша about 9 years ago. Updated almost 6 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
18 Mar 2015
Due date:
% Done:

50%

External issue:

Extended-fields-rails4.2.patch View (4.6 KB) Olivier Houdas, 07 Apr 2015 09:31

extended_fileds_bug.png View - Bug (11.1 KB) Jacek Pasternak, 04 Oct 2016 08:37

Associated revisions

Revision 121 (diff)
Added by Andriy Lesyuk over 8 years ago

First fixes for 3.x (#2365)

History

#1 Updated by Olivier Houdas almost 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 almost 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 almost 9 years ago

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 over 8 years ago

  • Status changed from New to Open
  • Target version set to 0.2.4

#5 Updated by Andriy Lesyuk over 7 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 over 7 years ago

In 3.0.7 “#” column is doubled

#8 Updated by Adnan Topçu almost 6 years ago

3.0 support is not enough

Also available in: Atom PDF

Terms of use | Privacy policy