Files
piratepoet/tests/integration/Subscribers
John Oleksowicz 22e3686810 Restore default select2 search behavior
The select2 data format requires that all option objects include both an
 `id` and `text`. See https://select2.org/data-sources/formats

 By restoring these duplicate properties, we avoid having to write and
 maintain a custom matcher method, and we're protecting ourselves
 against any other unexpected behavior in the future resulting from
 these options not having the required `text` property.

[MAILPOET-3958]
2021-12-23 08:57:02 +01:00
..