mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Add extensible custom logic to the domain update flow
This also adds beforeValidation hook to DomainCreateCustomFlow. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139828346
This commit is contained in:
@@ -176,6 +176,7 @@ public class DomainCreateFlow implements TransactionalFlow {
|
||||
FlagsCreateCommandExtension.class,
|
||||
MetadataExtension.class,
|
||||
LaunchCreateExtension.class);
|
||||
customLogic.beforeValidation();
|
||||
extensionManager.validate();
|
||||
validateClientIsLoggedIn(clientId);
|
||||
DateTime now = ofy().getTransactionTime();
|
||||
|
||||
Reference in New Issue
Block a user