Actions
Bug #22174
closedRemove "Actions" column from data and workflow tabs
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Updated by Peter Amstutz about 1 month ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2024-10-09 sprint to Development 2024-10-23 sprint
Updated by Peter Amstutz about 1 month ago
- Assigned To set to Lisa Knox
- Subject changed from Remove "Actions" column from data and workflow tabs to Remove "Actions" column from data and workflow tabs
Updated by Lisa Knox about 1 month ago
22174-remove-actions-column @ eba0397b172fbc7c2b8c8af49d8776ee5019f5e5
developer-run-tests-services-workbench2: #1245
- ✅ All agreed upon points are implemented / addressed.
- ✅ 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
- - Documentation has been updated.
- - Behaves appropriately at the intended scale (describe intended scale).
- ✅ Considered backwards and forwards compatibility issues between client and server.
- ✅ Follows our coding standards and GUI style guidelines.
Updated by Peter Amstutz about 1 month ago
Since it is as simple as setting "contextMenuColumn" I went looking for other places to fix. These all display toolbars, so the "Actions" column is redundant:
- views/groups-panel/groups-panel.tsx
- views/subprocess-panel/subprocess-panel-root.tsx
- views/workflow-panel/workflow-processes-panel-root.tsx
- views/favorite-panel/favorite-panel.tsx
- views/public-favorites-panel/public-favorites-panel.tsx
Updated by Lisa Knox about 1 month ago
22174-remove-actions-column @ 07e8f5ac0eae5d7aa9b722b5029516a597faafe9
developer-run-tests-services-workbench2: #1258
Action column removed in all 5 places.
Updated by Peter Amstutz about 1 month ago
Lisa Knox wrote in #note-7:
22174-remove-actions-column @ 07e8f5ac0eae5d7aa9b722b5029516a597faafe9
developer-run-tests-services-workbench2: #1258
Action column removed in all 5 places.
LGTM
Updated by Lisa Knox about 1 month ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|adc429b1a5a4b960b26e89f91e679c7036741058.
Actions