dandi / dandiarchive-legacy

Code for the DANDI Web app
https://dandiarchive.org
Apache License 2.0
9 stars 9 forks source link

Update the route on publish #965

Closed dchiquito closed 3 years ago

dchiquito commented 3 years ago

Previously, when the publish button was pressed, the store was modified directly to show the newly published dandiset. This meant the route was not updated, which puts the page in a weird state.

Use the router to navigate to newly published dandisets instead of modifying the state directly.

Fixes #579