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 opened on 2026/05/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Ruby (592 件のフォーク)github user discovery
Good First Issuestale

Repository metrics

Stars
 (583 個のスター)
PR merge metrics
 (平均マージ 90d 16h) (30d で 22 merged PRs)

説明

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.

コントリビューターガイド