Actualizar plugin Additionals a 3.0.0

This commit is contained in:
Manuel Cillero 2020-11-22 21:30:25 +01:00
parent 3d976f1b3b
commit a26f5567af
399 changed files with 70374 additions and 4093 deletions

View file

@ -8,4 +8,34 @@ resources :issues, only: [] do
resource 'change_status', only: %i[update], controller: 'additionals_change_status'
end
resource :dashboard_async_blocks, only: %i[show create]
resources :dashboards do
member do
post :update_layout_setting
post :add_block
post :remove_block
post :order_blocks
end
end
resources :projects, only: [] do
resources :dashboards do
member do
post :update_layout_setting
post :add_block
post :remove_block
post :order_blocks
end
end
resource :dashboard_async_blocks, only: %i[show create]
end
resource :additionals_macros, only: :show, path: '/help/macros'
resources :auto_completes, only: [] do
collection do
get :issue_assignee
get :fontawesome
end
end