rubyforgood/human-essentials
View on GitHubOn Inventory Transfers, the action buttons are in a different order than in the rest of the system. Switch them app/views/transfers/index.
Open
#5,560 opened on May 10, 2026
Good First Issuestale
Repository metrics
- Stars
- (571 stars)
- PR merge metrics
- (Avg merge 90d 16h) (22 merged PRs in 30d)
Description
Summary
Switch the order of action buttons on Inventory Transfers
Why?
Consistency with the rest of the system
Details
To see this
sign in as org_Admin1@example.com Click Inventory Click transfers View transfers and the buttons on the right of the screen (you may be required to create a transfer to observe this behavior)
Acceptance Criteria
- reorder buttons such that view is to the left of what is currently called "delete"
- Rename "Delete" button to "Undo"
- Update icon to the "undo" icon
- Update the browser confirmation pop up message to replace "delete" with "undo" for consistency
If there are any transfers in place (and there should be one in the seed data), you will see action buttons in the order "Delete" and "view". These should be in the order "View", and "Delete" instead.