mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 02:39:34 +02:00
Let all mutating flows accept metadata extension
This is so we can associate history records with all mutations when doing database maintenance. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123209304
This commit is contained in:
parent
40a6dbe4fe
commit
ee148ce630
6 changed files with 36 additions and 6 deletions
|
@ -33,7 +33,6 @@ import google.registry.model.domain.DomainResource.Builder;
|
|||
import google.registry.model.domain.Period;
|
||||
import google.registry.model.domain.fee.Fee;
|
||||
import google.registry.model.domain.fee.FeeCreateResponseExtension;
|
||||
import google.registry.model.domain.metadata.MetadataExtension;
|
||||
import google.registry.model.eppoutput.CreateData.DomainCreateData;
|
||||
import google.registry.model.eppoutput.EppOutput;
|
||||
import google.registry.model.eppoutput.Result;
|
||||
|
@ -49,7 +48,6 @@ public abstract class DomainCreateOrAllocateFlow
|
|||
|
||||
@Override
|
||||
protected final void initDomainCreateFlow() {
|
||||
registerExtensions(MetadataExtension.class);
|
||||
isAnchorTenantViaExtension =
|
||||
(metadataExtension != null && metadataExtension.getIsAnchorTenant());
|
||||
initDomainCreateOrAllocateFlow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue