mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Admin pendings refactored, added delete pending managament #2785
This commit is contained in:
parent
07e4c0cd96
commit
714a36f34c
11 changed files with 62 additions and 46 deletions
|
@ -655,8 +655,8 @@ en:
|
|||
general: General
|
||||
id_card: 'ID Card'
|
||||
m_id: 'M-ID'
|
||||
successfully_destroyed: It was successfully deleted.
|
||||
successfully_updated: It was successfully updated.
|
||||
pending_removed: Pending was successfully removed.
|
||||
pending_applied: Pending was successfully applied.
|
||||
something_wrong: Not success, something went wrong!
|
||||
failure: Not success
|
||||
not_found: Not found
|
||||
|
|
|
@ -184,7 +184,8 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :domains do
|
||||
resources :domain_versions
|
||||
resources :pendings
|
||||
resources :pending_updates
|
||||
resources :pending_deletes
|
||||
member do
|
||||
post 'set_force_delete'
|
||||
post 'unset_force_delete'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue