Skip to content
New issue

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

Error when sorting issues using custom fields #39

Open
zshahan opened this issue Apr 24, 2015 · 2 comments
Open

Error when sorting issues using custom fields #39

zshahan opened this issue Apr 24, 2015 · 2 comments
Labels

Comments

@zshahan
Copy link

zshahan commented Apr 24, 2015

After adding this plugin, I get a 500 error when attempting to sort issues via custom fields.

Started GET "/projects/fdlic/issues" for 127.0.0.1 at 2015-04-24 11:26:08 -0500
Processing by IssuesController#index as HTML
  Parameters: {"project_id"=>"fdlic"}
  Current user: admin (id=1)
Completed 500 Internal Server Error in 425ms (ActiveRecord: 20.2ms)

ArgumentError (wrong number of arguments (0 for 1..2)):
  app/models/issue_query.rb:343:in 'issues'
  app/controllers/issues_controller.rb:70:in 'index'

Environment:
  Redmine version                3.0.1.stable
  Ruby version                   2.1.4-p265 (2014-10-27) [x86_64-linux]
  Rails version                  4.2.1
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.6.11
  Git                            2.3.3
  Filesystem
Redmine plugins:
  redmine_bootstrap_kit          0.2.3
  redmine_jenkins                1.0.1
@n-rodriguez n-rodriguez self-assigned this Apr 28, 2015
@shawndibble
Copy link

I am also experiencing the same issue/error. Here are my environment settings:

Environment:
Redmine version 3.0.3.stable.14325
Ruby version 2.0.0-p643 (2015-02-25) [x86_64-linux]
Rails version 4.2.2
Environment production
Database adapter Mysql2

@wilsoc5
Copy link

wilsoc5 commented Dec 9, 2015

I can verify this. We had this plugin installed and then needed to start using some custom fields. Tried to sort the issues with the new custom fields and would get an internal error (the same ArgumentError as above). Removed this plugin and no issue in sorting.

@n-rodriguez n-rodriguez removed their assignment Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants