Actions
Bug #22618
closedBreadcrumbs and sidebar point to Trash after moving something to trash
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Seen on tordo with v3.1.0~dev20250228161148. Steps to reproduce:
- Open a project listing
- Right-click a collection
- Select "Move to Trash"
Observed behavior: The breadcrumb trail at the top of the page gets replaced with just "Trash" even though the rest of the page is viewing the project we opened in step 1. The left-hand navigation also highlights "Trash."
Expected behavior: The breadcrumb trail and left-hand navigation doesn't change since my view didn't change.
Updated by Brett Smith about 1 year ago
- Target version set to Development 2025-02-26
Updated by Brett Smith about 1 year ago
- Target version deleted (
Development 2025-02-26) - Description updated (diff)
- Subject changed from Breadcrumbs point to Trash after moving something to trash to Breadcrumbs and sidebar point to Trash after moving something to trash
Updated by Brett Smith about 1 year ago
- Target version set to Development 2025-02-26
Updated by Brett Smith about 1 year ago
- Target version changed from Development 2025-02-26 to Development 2025-03-19
Updated by Peter Amstutz about 1 year ago
- Target version changed from Development 2025-03-19 to Development 2025-04-02
Updated by Lisa Knox 12 months ago
22618-wrong-breadcrumbs @ ef38624d6d44b10805a6c782ec8bd1dd21daf51b
developer-run-tests-services-workbench2: #1477
- ✅ All agreed upon points are implemented / addressed.
- n/a Anything not implemented (discovered or discussed during work) has a follow-up story.
- ✅ Code is tested and passing, both automated and manual, what manual testing was done is described
- n/a New or changed UX/UX and has gotten feedback from stakeholders.
- n/a Documentation has been updated.
- ✅ Behaves appropriately at the intended scale (describe intended scale).
- n/a Considered backwards and forwards compatibility issues between client and server.
- ✅ Follows our coding standards and GUI style guidelines.
- The bug was caused by a bit of state being created when a collection is created that persisted when it shouldn't have. Solved by resetting this piece of state when collection viewer component unmounts.
Updated by Lisa Knox 12 months ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|1f46a9e4e3a739226adbc9db8e1a7361e722414f.
Actions