mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge pull request #126 from internetee/story/117991277-ident-cc
Story#117991277 - switch off Contact's birthday and cc=EE validation …
This commit is contained in:
commit
0704aa7604
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