rubyforgood/human-essentials
On Inventory Transfers, the action buttons are in a different order than in the rest of the system. Switch them app/views/transfers/index.
開放
#5,560 建立於 2026年5月10日
Good First Issuestale
倉庫指標
- 星標
- (583 顆星)
- PR 合併指標
- (平均合併 90天 16小時) (30 天內合併 22 個 PR)
描述
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.