mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Ident not allowed to update #2639
This commit is contained in:
parent
e0c21acba5
commit
165fd17216
4 changed files with 16 additions and 6 deletions
|
@ -118,6 +118,9 @@ class Epp::ContactsController < EppController
|
|||
contact_org_disabled
|
||||
fax_disabled
|
||||
status_editing_disabled
|
||||
if params[:parsed_frame].css('ident').present?
|
||||
epp_errors << { code: '2306', msg: "#{I18n.t(:ident_update_error)} [ident]" }
|
||||
end
|
||||
requires 'id'
|
||||
@prefix = nil
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue