Feature: Bulk Issues update
This commit is contained in:
parent
d63706d72c
commit
00b280c3f9
10 changed files with 144 additions and 32 deletions
|
@ -113,6 +113,11 @@ class IssuesController < ApplicationController
|
|||
render :partial => 'issues'
|
||||
end
|
||||
|
||||
def bulk_update
|
||||
result = IssuesBulkUpdateContext.new(project, current_user, params).execute
|
||||
redirect_to :back, :notice => "#{result[:count]} issues updated"
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
def issue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue