mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Merge branch '111601356-ident_type_validation' into staging
This commit is contained in:
commit
642fc93b9b
2 changed files with 7 additions and 2 deletions
|
@ -133,7 +133,7 @@ class Epp::Contact < Contact
|
|||
[:code, :epp_id_taken]
|
||||
],
|
||||
'2304' => [ # Object status prohibits operation
|
||||
[:ident_type, :epp_ident_type_invalid, { value: { obj: 'code', val: code } }]
|
||||
[:ident_type, :epp_ident_type_invalid, { value: { obj: 'code', val: code}, interpolation: {code: code}}]
|
||||
],
|
||||
'2305' => [ # Association exists
|
||||
[:domains, :exist]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue