Skip to content

Commit 9cac53a

Browse files
authored
Merge pull request #251 from TheJacksonLaboratory/develop
Release 1.7.22x1.8.8
2 parents b2466dd + e0718d2 commit 9cac53a

File tree

11 files changed

+17926
-11466
lines changed

11 files changed

+17926
-11466
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following guide provides the steps for an out-of-the-box setup for the Human
4848

4949
+ War creation with a gradle task.
5050

51-
./gradlew clean war -Dgrails.env=[stage, gcp, production]>
51+
./gradlew clean war -Dgrails.env=[test, gcp, production]>
5252
5353
Will output a war to ./build/libs/
5454

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpo-web",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

client/src/app/shared/navbar/navbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<mat-menu [overlapTrigger]="false" #downloadsMenu="matMenu">
4747
<button mat-menu-item routerLink="data/ontology"> Ontology</button>
4848
<button mat-menu-item routerLink="data/annotations"> Annotations</button>
49-
<button mat-menu-item routerLink="translations" [matMenuTriggerFor]="otherMenu"> Translation</button>
49+
<button mat-menu-item [matMenuTriggerFor]="otherMenu"> Translation</button>
5050
<button mat-menu-item (click)="navigateToDocs()"> API</button>
5151
</mat-menu>
5252
<mat-menu #otherMenu="matMenu">

client/src/app/static/data/translation/translation.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ <h2>Translations</h2>
99
Translation</a> webpage. Information about the Japanese translation is available
1010
on the <a href="https://github.com/dbcls/bh16/wiki/HumanPhenotypeOntologyJapanese"
1111
target="_blank">HPO Japanese GitHub page</a>. The Chinese HPO project
12-
offers a <a href="http://www.chinahpo.org/wiki/index.php/%E9%A6%96%E9%A1%B5"
13-
target="_blank">Wiki page</a>.
12+
can be found <a href="https://www.chinahpo.net/"
13+
target="_blank">here</a>.
1414
</p>
1515
<h2>Mappings</h2>
1616
<p>In contrast to many clinical terminologies, the HPO was purpose-built to

client/src/app/static/home/home.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ a.mat-btn {
148148
font-size: 40px;
149149
margin: 10px 0;
150150
float: left;
151+
height: 40px;
152+
width: 40px;
151153
}
152154

153155

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717
}
1818

19-
version "1.17.21"
19+
version "1.17.22"
2020
group "hpo.api"
2121

2222
apply plugin: "idea"

0 commit comments

Comments
 (0)