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.

Aperta

#5560 aperta il 10 mag 2026

 (3 commenti) (0 reazioni) (0 assegnatari)Ruby (592 fork)github user discovery
Good First Issuestale

Metriche repository

Star
 (583 stelle)
Metriche merge PR
 (Merge medio 90g 16h) (22 PR mergiate in 30 g)

Descrizione

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.

Guida contributor