mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 07:34:45 +02:00
Fix CC issues
This commit is contained in:
parent
9d57f347cb
commit
a03ac4ff82
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module Actions
|
||||||
|
|
||||||
@changes_registrant = true if domain.registrant.ident != new_registrant.ident
|
@changes_registrant = true if domain.registrant.ident != new_registrant.ident
|
||||||
if @changes_registrant && domain.registrant_change_prohibited?
|
if @changes_registrant && domain.registrant_change_prohibited?
|
||||||
domain.add_epp_error(2304, "status", DomainStatus::SERVER_REGISTRANT_CHANGE_PROHIBITED,
|
domain.add_epp_error(2304, 'status', DomainStatus::SERVER_REGISTRANT_CHANGE_PROHIBITED,
|
||||||
I18n.t(:object_status_prohibits_operation))
|
I18n.t(:object_status_prohibits_operation))
|
||||||
else
|
else
|
||||||
domain.registrant = new_registrant
|
domain.registrant = new_registrant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue