Actions
Patch #24837
openBulk update issues with author
Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
It would be nice, to add option to bulk update many different issues with option 'assigned to author'.
Below is my diff with this feature.
Files
Updated by Marcin Świątkiewicz almost 8 years ago
Here is test for this feature
Updated by Marcin Świątkiewicz almost 8 years ago
- File author.diff author.diff added
There was an mistake. Below is fixed diff.
Updated by Go MAEDA almost 8 years ago
- Status changed from New to Needs feedback
The patch author.diff cannot be cleanly applied to both trunk and 3.3-stable.
What version of Redmine do you use?
trunk (3.3.2.devel.16217):
$ patch -p1 < author.diff patching file app/controllers/issues_controller.rb Hunk #1 succeeded at 294 (offset 19 lines). Hunk #2 FAILED at 308. 1 out of 2 hunks FAILED -- saving rejects to file app/controllers/issues_controller.rb.rej patching file test/functional/issues_controller_test.rb Hunk #1 succeeded at 4379 with fuzz 1 (offset 175 lines).
3.3-stable:
$ patch -p1 < author.diff patching file app/controllers/issues_controller.rb Hunk #1 succeeded at 282 (offset 7 lines). Hunk #2 FAILED at 296. 1 out of 2 hunks FAILED -- saving rejects to file app/controllers/issues_controller.rb.rej patching file test/functional/issues_controller_test.rb Hunk #1 succeeded at 4439 with fuzz 1 (offset 235 lines).
Updated by Marcin Świątkiewicz almost 8 years ago
- File 3.3-stable.diff 3.3-stable.diff added
Here is my diff for 3.3-stable from github.
My formatter also removes white characters from _test file.
Actions