Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Also was added sanitization on the server side by using the `Django-Bleach` libr
* [OSDEV-1786](https://opensupplyhub.atlassian.net/browse/OSDEV-1786) - Linked "My Claimed Facilities" page to SLC if no claimed production locations found, changed search button text.
* [OSDEV-1607](https://opensupplyhub.atlassian.net/browse/OSDEV-1607) - Enabled SLC flow.
* [OSDEV-1864](https://opensupplyhub.atlassian.net/browse/OSDEV-1864) - Disabled the 'Submit/Update' button on the SLC Production Location Information page when the `disable_list_uploading` feature flag is active.
* [OSDEV-1867](https://opensupplyhub.atlassian.net/browse/OSDEV-1867) - Updated the 'Messy Data' link on the Contribute page to direct users to the Data Cleaning Service splash page instead of the old Preparing Data page.

### Release instructions:
* Ensure that the following commands are included in the `post_deployment` command:
Expand Down
2 changes: 1 addition & 1 deletion src/react/src/util/constants.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const EMPTY_PLACEHOLDER = 'N/A';
export const InfoPaths = {
storiesResources: 'stories-resources',
privacyPolicy: 'privacy-policy',
contribute: 'resources/preparing-data',
contribute: 'data-cleaning-service',
dataQuality: 'resources/a-free-universal-id-matching-algorithm',
claimedFacilities: 'stories-resources/claim-a-facility',
termsOfService: 'terms-of-service',
Expand Down
Loading