mirror of
https://github.com/google/nomulus
synced 2026-08-31 21:27:09 +00:00
Fix registrar console to show type-less registrar contacts
RegistrarContacts are allowed to have no "types" specified (they can also have multiple types). However, the registrar console displays the contacts for the logged-in registrar grouped by type into sections, and contacts with no type were simply being omitted from the listing, which was confusing because you can't even log into the console unless your email is listed as a contact, and yet you might then visit the contact settings page and see (apparently) no configured contacts. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152302159
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
['legal', 'Legal', 'Contact for all legal communications.'],
|
||||
['marketing', 'Marketing', 'Contact for registry promotions and campaigns.'],
|
||||
['abuse', 'Abuse', 'Contact for abuse complaints.'],
|
||||
['whois', 'WHOIS-Inquiry', 'Contact for inquiries about WHOIS accuracy.']] /}
|
||||
['whois', 'WHOIS-Inquiry', 'Contact for inquiries about WHOIS accuracy.'],
|
||||
['other', 'Other', 'Contact that is none of the above types']] /}
|
||||
<div class="{css set}">
|
||||
<h1>Contact settings</h1>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user