mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Allow admin to show/generate ticket
Created physical ticket controller and views for admin.
This commit is contained in:
parent
f37d3095e1
commit
3d4adb5683
4 changed files with 59 additions and 5 deletions
|
|
@ -81,6 +81,7 @@ Osem::Application.routes.draw do
|
|||
resources :targets, except: [:show]
|
||||
resources :campaigns, except: [:show]
|
||||
resources :emails, only: [:show, :update, :index]
|
||||
resources :physical_ticket, only: [:index]
|
||||
resources :roles, except: [ :new, :create ] do
|
||||
member do
|
||||
post :toggle_user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue