]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Disable control for filtering patches by series in web view
authorDaniel Axtens <dja@axtens.net>
Fri, 11 May 2018 17:00:44 +0000 (03:00 +1000)
committerStephen Finucane <stephen@that.guru>
Tue, 15 May 2018 13:00:12 +0000 (14:00 +0100)
commitba5b66931ae014df4bf52e55754dab8dc8384d7c
tree542ac6d61beae819380e64fb8003d16cfd7ca6a4
parent7a77f858da7d59676ee73fbff2d4fdac1c594827
REST: Disable control for filtering patches by series in web view

As with the events view, creating and rendering the control for
filtering patches by series creates a massive slowdown. It's a little
sad not to be able to do this in the web UI as filtering patches
by series does make sense, but hopefully people figure out you can
still do it, just not from the web view.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/api/filters.py