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:

Bug #2164

chiliproject 3.0 - extended_fields plugin throws exception

Added by bardia a about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Critical
Assignee:
Category:
Special column
Target version:
Start date:
07 Mar 2013
Due date:
06 Jul 2013
% Done:

100%

Redmine version:
External issue:

Description

1. clone the latest chiliproject version from github,
2. copied extended_fields into chiliproject/vendor/plugins/extended_fields
3. execute rake command
4. restart server
5. click on issues

observer output:
ArgumentError in IssuesController#index

wrong number of arguments (2 for 1)
RAILS_ROOT: /home/bafshin/workspace/chiliproject

Application Trace | Framework Trace | Full Trace
/home/bafshin/workspace/chiliproject/vendor/plugins/extended_fields/lib/extended_custom_query_patch.rb:24:in `add_custom_fields_filters_without_extended'
/home/bafshin/workspace/chiliproject/vendor/plugins/extended_fields/lib/extended_custom_query_patch.rb:24:in `add_custom_fields_filters'
/home/bafshin/workspace/chiliproject/app/models/query.rb:179:in `available_filters'
/home/bafshin/workspace/chiliproject/app/helpers/queries_helper.rb:82:in `retrieve_query'
/home/bafshin/workspace/chiliproject/app/controllers/issues_controller.rb:52:in `index'

Request Parameters:

{"project_id"=>"mlo",
 "set_filter"=>"1"}

Show session dump

Response Headers:

{"Cache-Control"=>"no-cache",
 "Content-Type"=>""}


Related issues

Related to Extended Fields - Bug #2175: Error on issues, calendar and gantt page after install Closed 14 Mar 2013 06 Jul 2013

Associated revisions

Revision 92 (diff)
Added by Andriy Lesyuk almost 11 years ago

Added support for ChiliProject (#2164 and #2175)

History

#1 Updated by Andriy Lesyuk almost 11 years ago

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

#2 Updated by Andriy Lesyuk almost 11 years ago

  • Due date set to 06 Jul 2013
  • % Done changed from 0 to 100

#3 Updated by Andriy Lesyuk almost 11 years ago

  • Status changed from Open to Closed

Also available in: Atom PDF

Terms of use | Privacy policy