Skip to content

Commit

Permalink
added changelog and fixed minor wording bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Aug 30, 2024
1 parent cb5d97c commit 867835c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend_celery/webapp/static/js/variant_addition.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function update_clinvar_upload_status(url) {
show_clinvar_upload_status("bg-secondary", data, "no ClinVar submission")

} else {
show_clinvar_upload_status("bg-secondary", data, "ClinVar" + data["status"])
show_clinvar_upload_status("bg-secondary", data, "ClinVar " + data["status"])
}
}
},
Expand Down Expand Up @@ -261,7 +261,7 @@ function update_heredicare_upload_status(url) {
show_heredicare_upload_status("bg-secondary", data, "no HerediCaRe submission")

} else {
show_heredicare_upload_status("bg-secondary", data, "HerediCaRe" + data["status"])
show_heredicare_upload_status("bg-secondary", data, "HerediCaRe " + data["status"])
}
}
},
Expand Down
1 change: 1 addition & 0 deletions src/frontend_celery/webapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h4>Changelog</h4>
General changes:
<ul>
<li>Improved stability of HerediCaRe uploads</li>
<li>HerediCaRe and ClinVar upload stati are now loaded in the background on variant display pages</li>
</ul>
Bugfixes:
<ul>
Expand Down

0 comments on commit 867835c

Please sign in to comment.