Ident not allowed to update #2639

This commit is contained in:
Priit Tark 2015-06-09 13:16:28 +03:00
parent e0c21acba5
commit 165fd17216
4 changed files with 16 additions and 6 deletions

View file

@ -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