Skip to content

Commit

Permalink
Merge branch 'hotfix/2.13.4' into seab-6807/legacy-doi-opt-out
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Feb 12, 2025
2 parents 60e1509 + a29f9a1 commit 80e86d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.13.0",
"license": "Apache License 2.0",
"config": {
"webservice_version_prefix": "1.16.2",
"webservice_version": "1.16.2",
"webservice_version_prefix": "1.16.6",
"webservice_version": "1.16.6",
"use_snapshot": false
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/app/shared/entry/platform-partner.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export class PlatformPartnerPipe implements PipeTransform {
return 'Nextflow Tower';
case PartnerEnum.ELWAZI:
return 'eLwazi';
case PartnerEnum.TOIL:
return 'Toil';
case PartnerEnum.OTHER:
return 'Other';
case PartnerEnum.ALL:
Expand Down

0 comments on commit 80e86d0

Please sign in to comment.