mirror of
https://github.com/google/nomulus.git
synced 2025-06-01 18:18:42 +02:00
Handle pending transfers on domain imports from RDE deposits
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148496597
This commit is contained in:
parent
3ca9bb6aeb
commit
9f90597691
14 changed files with 752 additions and 125 deletions
|
@ -125,7 +125,7 @@ public class RdeHostImportAction implements Runnable {
|
|||
@Override
|
||||
public void vrun() {
|
||||
HostResource host = XjcToHostResourceConverter.convert(xjcHost);
|
||||
getImportUtils().importHost(host);
|
||||
getImportUtils().importEppResource(host);
|
||||
}
|
||||
});
|
||||
// Record number of hosts imported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue