Editing multiple bugs fails - only the last selected bug is edited
Added by Dan Frost about 17 years ago
Hi,
Just started using Redmine and it is great, by the way. Thanks.
So - when I select multiple bugs in the bug listing and click "edit" only the last select (or bottom?) bug is edited. The URL I am sent to is:
/projects/3ev-com/issues/bulk_edit?ids=2121%2F2122
But if I tweak, everything works:
projects/3ev-com/issues/bulk_edit?ids[]=2119&ids[]=2120
I guess this is a bug in whatever builds the URL?
Cheers,
Dan
Replies (3)
RE: Editing multiple bugs fails - only the last selected bug is edited
-
Added by Jean-Philippe Lang about 17 years ago
What is your Rails version ?
RE: Editing multiple bugs fails - only the last selected bug is edited
-
Added by Dan Frost about 17 years ago
- rails --version
Rails 1.2.3
RE: Editing multiple bugs fails - only the last selected bug is edited
-
Added by Dan Frost about 17 years ago
Fixed it.
Had to upgrade gem and then rails.
Dan