Feature: Bulk Issues update

This commit is contained in:
randx 2012-07-28 03:35:24 +03:00
parent d63706d72c
commit 00b280c3f9
10 changed files with 144 additions and 32 deletions

View file

@ -194,6 +194,7 @@ Gitlab::Application.routes.draw do
resources :issues do
collection do
post :sort
post :bulk_update
get :search
end
end