mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Story#117991277 - switch off Contact's birthday and cc=EE validation on update for now
This commit is contained in:
parent
c8ccac84f3
commit
16f0f940c8
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue