mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Change DomainApplication to store period instead of year
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137426843
This commit is contained in:
parent
60cb1b4dfb
commit
8b068250d6
6 changed files with 16 additions and 12 deletions
|
@ -219,7 +219,7 @@ public final class DomainApplicationCreateFlow extends LoggedInFlow implements T
|
|||
.setLaunchNotice(launchCreate == null ? null : launchCreate.getNotice())
|
||||
.setIdnTableName(idnTableName)
|
||||
.setPhase(launchCreate.getPhase())
|
||||
.setYears(command.getPeriod().getValue())
|
||||
.setPeriod(command.getPeriod())
|
||||
.setApplicationStatus(ApplicationStatus.VALIDATED)
|
||||
.addStatusValue(StatusValue.PENDING_CREATE)
|
||||
.setDsData(secDnsCreate == null ? null : secDnsCreate.getDsData())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue