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 2 (Latest)

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.
f16659a71c65a8937879774dd386145d491fc3b1 David Trowbridge
reviewboard/templates/base.html
reviewboard/templates/admin/base_site.html
reviewboard/templates/js/tests_base.html
Loading...