Add smarter objects selector widget into Djblets

Review Request #10214 — Created Oct. 10, 2018 and submitted — Latest diff uploaded

Information

Djblets
master
25eac0d...

Reviewers

This change adds a smarter objects selector widget from Review Board 4.0
into Djblets. This is a form field widget and Backbone view, which must
be extended to be useful.

See /r/10215.

I ran all tests with ./tests/runtests.py. No errors were thrown.

With the /r/10215 Review Board patch, I navigated to
admin/db/scmtools/repository/add/. Next to "Users with access:", the
smarter user selector widget appeared. This widget extends the smarter
objects selector widget.

Diff Revision 1

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

orig
1
2
3
4
5
6
7
8
9
10
11
djblets/forms/widgets.py
Loading...