mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Rename Soy map to legacy_object_map (first step of migration)
See []for more information Created with the tools in [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185042097
This commit is contained in:
parent
85f5535811
commit
d38e29fd5e
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
{template .remove_ip_address stricthtml="false"}
|
{template .remove_ip_address stricthtml="false"}
|
||||||
{@param name: string}
|
{@param name: string}
|
||||||
{@param ipAddresses: list<map<string, string>>}
|
{@param ipAddresses: list<legacy_object_map<string, string>>}
|
||||||
{@param requestedByRegistrar: string}
|
{@param requestedByRegistrar: string}
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||||
|
|
|
@ -163,7 +163,7 @@
|
||||||
|
|
||||||
/** Renders an input form row for a specific type of contact. */
|
/** Renders an input form row for a specific type of contact. */
|
||||||
{template .showContact_ visibility="private"}
|
{template .showContact_ visibility="private"}
|
||||||
{@param contacts: list<map<string, ?>>} /** List of EPP domain:contacts. */
|
{@param contacts: list<legacy_object_map<string, ?>>} /** List of EPP domain:contacts. */
|
||||||
{@param type: string} /** Type of contact (e.g. admin, tech) */
|
{@param type: string} /** Type of contact (e.g. admin, tech) */
|
||||||
{for $contact in $contacts}
|
{for $contact in $contacts}
|
||||||
{if $type == $contact['@type']}
|
{if $type == $contact['@type']}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue