Opened 2 days ago

Closed 5 hours ago

Last modified 5 hours ago

#37094 closed Bug (fixed)

Javascript alert for Save button references renamed "Go" button

Reported by: Jacob Walls Owned by: Jacob Walls
Component: contrib.admin Version: 6.0
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

In the admin, with a list_editable model, using the Save button without editing any fields shows a JavaScript alert suggesting that the "Go" button is what was wanted.

The "Go" button was renamed to "Run" in 019acad112da3d00bb81b3022fd25ccd8457e5d9, but we missed it in the alert message.

Change History (5)

comment:1 by Jacob Walls, 2 days ago

Has patch: set

comment:2 by Sarah Boyce, 12 hours ago

Triage Stage: UnreviewedAccepted

comment:3 by Sarah Boyce, 5 hours ago

Triage Stage: AcceptedReady for checkin

comment:4 by Jacob Walls <jacobtylerwalls@…>, 5 hours ago

Resolution: fixed
Status: assignedclosed

In 05a5244:

Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message.

Bug in 019acad112da3d00bb81b3022fd25ccd8457e5d9.

comment:5 by Jacob Walls <jacobtylerwalls@…>, 5 hours ago

In 0e3eed5:

[6.0.x] Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message.

Bug in 019acad112da3d00bb81b3022fd25ccd8457e5d9.

Note: See TracTickets for help on using tickets.
Back to Top