Add batch actions and categories to admin UI for custom emojis (#11793)
This commit is contained in:
		
					parent
					
						
							
								14d4a783cd
							
						
					
				
			
			
				commit
				
					
						1110ea1a91
					
				
			
		
					 11 changed files with 281 additions and 176 deletions
				
			
		|  | @ -242,11 +242,9 @@ Rails.application.routes.draw do | |||
|       resource :two_factor_authentication, only: [:destroy] | ||||
|     end | ||||
| 
 | ||||
|     resources :custom_emojis, only: [:index, :new, :create, :update, :destroy] do | ||||
|       member do | ||||
|         post :copy | ||||
|         post :enable | ||||
|         post :disable | ||||
|     resources :custom_emojis, only: [:index, :new, :create] do | ||||
|       collection do | ||||
|         post :batch | ||||
|       end | ||||
|     end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue