Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions doc/release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
* `reindex_database`


## Release 1.28.1

## Introduction
* Product name: Open Supply Hub
* Release date: January 31, 2025

### Bugfix
* [OSDEV-1626](https://opensupplyhub.atlassian.net/browse/OSDEV-1626) - Temporarily hid the new contribution page `Add Location Data` and re-enabled the old navigation to the `List Upload` page via the `/contribute` path.


## Release 1.28.0

## Introduction
Expand Down
6 changes: 0 additions & 6 deletions src/react/src/Routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import RegisterForm from './components/RegisterForm';
import ResetPasswordForm from './components/ResetPasswordForm';
import LoginForm from './components/LoginForm';
import Contribute from './components/Contribute';
import AddLocationData from './components/AddLocationData';
import Homepage from './components/Homepage';
import FacilityLists from './components/FacilityLists';
import FacilityListItems from './components/FacilityListItems';
Expand Down Expand Up @@ -48,7 +47,6 @@ import {
authResetPasswordFormRoute,
authConfirmRegistrationRoute,
contributeRoute,
multipleLocationRoute,
listsRoute,
facilityListItemsRoute,
facilitiesRoute,
Expand Down Expand Up @@ -150,10 +148,6 @@ class Routes extends Component {
<Route
exact
path={contributeRoute}
component={AddLocationData}
/>
<Route
path={multipleLocationRoute}
component={Contribute}
/>
<Route
Expand Down