mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
Allow invalid ident update #2859
This commit is contained in:
parent
0944bd2077
commit
4a32c7641c
18 changed files with 101 additions and 32 deletions
|
@ -126,9 +126,6 @@ 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