mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Merge branch 'story/117991277-ident-cc' into staging
This commit is contained in:
commit
ada3cd5f61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue