Opened 2 months ago

Last modified 8 hours ago

#37120 assigned Cleanup/optimization

Update vendored select2 (autocomplete fields) to version 4.1

Reported by: Johannes Maron Owned by: SnippyCodes
Component: contrib.admin Version: 6.1
Severity: Normal Keywords:
Cc: Johannes Maron Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Following PyConUS, @kevin-brown has released a long-awaited update to Select2.

We vendor Select2 for the autocomplete field; we should probably update both main and 6.1

Change History (7)

comment:1 by Tim Graham, 2 months ago

Triage Stage: UnreviewedAccepted

comment:2 by SnippyCodes, 2 months ago

Has patch: set
Owner: set to SnippyCodes
Status: newassigned

comment:3 by David Smith, 5 weeks ago

Patch needs improvement: set

The selenium tests are currently failing against the proposed patch.

comment:4 by SnippyCodes, 9 days ago

Patch needs improvement: unset

comment:5 by blighj, 9 days ago

Patch needs improvement: set

The tests are still failing, are they passing locally for you?

comment:6 by SnippyCodes, 8 hours ago

Patch needs improvement: unset

comment:7 by SnippyCodes, 8 hours ago

I have tracked down and fixed the root cause of the Selenium test failures. Now all the selenium test suits and linters are passing both locally and on GitHub.

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