mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
Show reserved pw in domain form after (failed) update
This commit is contained in:
parent
0b2b1b0ef1
commit
178d199020
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class Registrar
|
|||
authorize! :update, Depp::Domain
|
||||
@domain_params = params[:domain]
|
||||
@data = @domain.update(@domain_params)
|
||||
@disputed = Dispute.active.find_by(domain_name: @domain_params[:name]).present?
|
||||
|
||||
if response_ok?
|
||||
redirect_to info_registrar_domains_url(domain_name: @domain_params[:name])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue