mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +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
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue