Skip to content

Commit

Permalink
add new email domain flag and replace cutoff date logic for domains (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn authored Dec 17, 2024
1 parent d639207 commit 891f0d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,8 @@ <h2 class="orc-font-body-large" i18n="@@side-bar.emailAddressesUppercase">
[name]="orcidEmailValidation"
[isEmailOrDomain]="true"
[date]="
domain.createdDate
!domain.generatedByScript && domain.createdDate
| monthDayYearDateToString
| verificationDateCutoff
"
[isLastItem]="true"
>
Expand Down
3 changes: 1 addition & 2 deletions src/app/cdk/side-bar/side-bar/side-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,8 @@ <h4 header i18n="@@side-bar.verifiedEmailDomains">
[name]="orcidEmailValidation"
[isEmailOrDomain]="true"
[date]="
domain.createdDate
!domain.generatedByScript && domain.createdDate
| monthDayYearDateToString
| verificationDateCutoff
"
[isLastItem]="true"
>
Expand Down
1 change: 1 addition & 0 deletions src/app/types/record.endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export interface AssertionVisibilityString extends AssertionBase {
visibility?: VisibilityStrings
action?: 'ADD' | 'UPDATE'
createdDate?: ExtendedDate
generatedByScript?: boolean
}

export interface GroupBase {
Expand Down

0 comments on commit 891f0d3

Please sign in to comment.