Merge branch 'story/117991277-ident-cc' into staging

This commit is contained in:
Vladimir Krylov 2016-04-21 12:38:37 +03:00
commit ada3cd5f61

View file

@ -258,7 +258,7 @@ class Contact < ActiveRecord::Base
errors.add(:ident, err_msg)
end
when BIRTHDAY
errors.add(:ident, err_msg)
errors.add(:ident, err_msg) if id.blank? # only for create action right now. Later for all of them
end
end
end