Load djblets-widgets on all pages, not just admin.

Review Request #10650 — Created July 29, 2019 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

We moved the related object selector implementation into djblets, and as
part of that change the new djblets-widgets bundle was only loaded for
admin pages. Unfortunately this broke rbintegrations features which
relied on selectize for some special fields. This change loads the
bundle on all pages, not just those in admin.

Was able to use rbintegrations fields based on selectize.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Load djblets-widgets on all pages, not just admin.
We moved the related object selector implementation into djblets, and as part of that change the new djblets-widgets bundle was only loaded for admin pages. Unfortunately this broke rbintegrations features which relied on selectize for some special fields. This change loads the bundle on all pages, not just those in admin. Testing Done: Was able to use rbintegrations fields based on selectize.
30c4b7999f607bbb010b3fa52e6473333cf67ce5 David Trowbridge
reviewboard/templates/base.html
reviewboard/templates/admin/base_site.html
reviewboard/templates/js/tests_base.html
Loading...