]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Add delegate filter autocomplete support
authorStephen Finucane <stephen.finucane@intel.com>
Mon, 24 Aug 2015 10:05:47 +0000 (11:05 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 25 Jan 2016 16:23:51 +0000 (16:23 +0000)
commitf439f5414206c94d486c60801a86acc57ad3f273
tree821bc9c35fb282415585bb22f63c14571fd5a644
parentde99fa861b1fc85a5be45e941a233ba8bba58200
Add delegate filter autocomplete support

It would be helpful to provide autocomplete functionality for the
delegate filter field, similar to that provided for the submitter
field. This will provide a way to handle larger delegate lists without
overloading the user with options.

Add this functionality through use of Selectize, which is already used
to provide similar functionality for filtering of "submitters".

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/filters.py
patchwork/templates/patchwork/filters.html
patchwork/urls.py
patchwork/views/api.py