Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
austenem committed Oct 3, 2024
1 parent c485a8d commit 3903933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-improve-redirect-toast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update Unified View redirect toast to be more informative.
4 changes: 1 addition & 3 deletions context/app/routes_browse.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ def details(type, uuid):
_anchor=anchor,
redirected=True,
redirectedFromId=entity['hubmap_id'],
redirectedFromPipeline=entity['pipeline']
)
)
redirectedFromPipeline=entity['pipeline']))

if type != actual_type:
return redirect(url_for('routes_browse.details', type=actual_type, uuid=uuid))
Expand Down

0 comments on commit 3903933

Please sign in to comment.