mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
parent
90a4e11ce4
commit
cc4a244844
7 changed files with 39 additions and 4 deletions
|
@ -14,6 +14,11 @@ en:
|
|||
|
||||
edit:
|
||||
add_new_status_btn: Add new status
|
||||
keep_btn: Remove deleteCandidate status
|
||||
keep_btn_confirm: Are you sure you want to remove deleteCandidate status?
|
||||
|
||||
keep:
|
||||
kept: deleteCandidate status has been removed
|
||||
|
||||
force_delete_dialog:
|
||||
title: Force delete
|
||||
|
|
|
@ -191,6 +191,10 @@ Rails.application.routes.draw do
|
|||
resources :pending_updates
|
||||
resources :pending_deletes
|
||||
resource :force_delete, controller: 'domains/force_delete', only: %i[create destroy]
|
||||
|
||||
member do
|
||||
patch :keep
|
||||
end
|
||||
end
|
||||
|
||||
resources :domain_versions do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue