mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +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
|
||||
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))
|
||||
else
|
||||
domain.registrant = new_registrant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue