mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +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
|
@ -28,7 +28,6 @@ import google.registry.model.billing.BillingEvent.Reason;
|
|||
import google.registry.model.domain.DomainResource;
|
||||
import google.registry.model.domain.DomainResource.Builder;
|
||||
import google.registry.model.domain.GracePeriod;
|
||||
import google.registry.model.domain.metadata.MetadataExtension;
|
||||
import google.registry.model.domain.rgp.GracePeriodStatus;
|
||||
import google.registry.model.domain.secdns.SecDnsUpdateExtension;
|
||||
import google.registry.model.eppcommon.StatusValue;
|
||||
|
@ -70,7 +69,7 @@ public class DomainUpdateFlow extends BaseDomainUpdateFlow<DomainResource, Build
|
|||
|
||||
@Override
|
||||
protected void initDomainUpdateFlow() {
|
||||
registerExtensions(SecDnsUpdateExtension.class, MetadataExtension.class);
|
||||
registerExtensions(SecDnsUpdateExtension.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue