Fix errors in conditions JS.
Review Request #12298 — Created May 24, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
The version of Backbone we're using apparently doesn't like passing a
fat arrow function for themodel
constructor attribute of a new
collection. This was causing various errors to pop up when attempting to
use the conditions UI (and failures for those code paths in the
js-tests). This change updates it to use a regularfunction
instead.
- Ran js-tests.
- Was able to configure a condition set for an integration in Review
Board.