diff --git a/CHANGELOG.md b/CHANGELOG.md index cb93af13..b35ef2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ Types of changes: - `Fixed`: for any bug fixes. - `Security`: in case of vulnerabilities. +## [x.y.z] + +### Changed +- Issue report and resolve condensed to a single endpoint named `issue_handling`, functionality preserved. + ## [1.12.0] ### Added diff --git a/app/host/static/robots.txt b/app/host/static/robots.txt index afe0fb4d..6922ad92 100644 --- a/app/host/static/robots.txt +++ b/app/host/static/robots.txt @@ -6,8 +6,7 @@ Disallow: /download_modelfit/ Disallow: /download_percentiles/ Disallow: /retrigger_transient/ Disallow: /reprocess_transient/ -Disallow: /report_issue/ -Disallow: /resolve_issue/ +Disallow: /issue_handling/ Disallow: /healthz/ Disallow: /cutout_fits_plot/ Disallow: /fetch_sed_plot/ diff --git a/app/host/templates/host/processing_status_card.html b/app/host/templates/host/processing_status_card.html index 0d9fc52b..5019ee7c 100644 --- a/app/host/templates/host/processing_status_card.html +++ b/app/host/templates/host/processing_status_card.html @@ -37,7 +37,7 @@