mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Admin contact statuses management #2477
This commit is contained in:
parent
1f85cec9ac
commit
601592aed1
23 changed files with 335 additions and 190 deletions
|
@ -10,7 +10,7 @@ xml.epp_head do
|
|||
xml.tag!('contact:roid', @contact.roid)
|
||||
|
||||
@contact.statuses.each do |status|
|
||||
xml.tag!('contact:status', s: status.value)
|
||||
xml.tag!('contact:status', s: status)
|
||||
end
|
||||
|
||||
xml.tag!('contact:postalInfo', type: 'int') do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue