mirror of
https://github.com/google/nomulus
synced 2026-04-11 20:17:22 +00: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:
@@ -48,6 +48,7 @@ public abstract class ResourceCreateOrMutateFlow
|
||||
|
||||
@Override
|
||||
protected final void initSingleResourceFlow() throws EppException {
|
||||
registerExtensions(MetadataExtension.class);
|
||||
metadataExtension = eppInput.getSingleExtension(MetadataExtension.class);
|
||||
initRepoId();
|
||||
initHistoryEntry();
|
||||
|
||||
Reference in New Issue
Block a user