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日

 (3 条评论) (0 个反应) (0 位负责人)Ruby (593 个派生)github user discovery
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.

贡献者指南