Skip to content

Commit

Permalink
Merge branch 'main' into lmendoza/fix-proxi-for-new-csrf-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 authored Jan 28, 2025
2 parents e44c9f4 + a6ce92d commit 2346348
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.110.3 - 2025-01-28

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.110.2...v2.110.3)

- [#2455](https://github.com/ORCID/orcid-angular/pull/2455): restore report work type

## v2.110.2 - 2025-01-27

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.110.1...v2.110.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ export const WorkTypeMenu: DeepSelectMenu[] = [
label: WorkTypesLabels[WorkTypes.publicSpeech],
value: WorkTypes.publicSpeech,
},
{
label: WorkTypesLabels[WorkTypes.report],
value: WorkTypes.report,
},
{ label: WorkTypesLabels[WorkTypes.website], value: WorkTypes.website },
{
divider: true,
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.qa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment = {
INFO_SITE: 'https://info.qa.orcid.org/',
GOOGLE_ANALYTICS_TESTING_MODE: true,
GOOGLE_TAG_MANAGER: 'GTM-TRLHLRZ',
GOOGLE_RECAPTCHA: '6LfWgrYqAAAAAHDYK0JwyHdN7_YZtG6s7Mr3L8r2',
GOOGLE_RECAPTCHA: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
ZENDESK: 'b8313acd-6439-4894-b431-8c5a2ae9e7cb',
HELP_HERO_ID: 'oYFQMrzFHA',
SHOW_TEST_WARNING_BANNER: true,
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment = {
INFO_SITE: 'https://info.qa.orcid.org/',
GOOGLE_ANALYTICS_TESTING_MODE: false,
GOOGLE_TAG_MANAGER: 'GTM-M9Z7DHS',
GOOGLE_RECAPTCHA: '6LfHobYqAAAAAGeg4J4gOor0SUzIeAHPeIyBeMNK',
GOOGLE_RECAPTCHA: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
HELP_HERO_ID: 'oYFQMrzFHA',
ZENDESK: null,
SHOW_TEST_WARNING_BANNER: true,
Expand Down

0 comments on commit 2346348

Please sign in to comment.