We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f0276 commit 7097a4aCopy full SHA for 7097a4a
releasenotes/notes/add_series_list_view-bf219022216fea6a.yaml
@@ -0,0 +1,13 @@
1
+---
2
+prelude: >
3
+ Some projects can have hundreds of patches actives at once, by giving the user
4
+ the ability to have an overview of all of the series makes knowing what's the
5
+ current state of a project much more simple.
6
+features:
7
+ - |
8
+ Add SeriesBulkUpdatePatchesForm, a form that allows changing the state of all of
9
+ the patches contained in a series at once.
10
+ Add series-list view, a view containing all of the series for a project and that also
11
+ implements the SeriesBulkUpdatePatchesForm, allowing the user to edit all of the patches
12
+ within a series using the web ui.
13
+ Add series-detail view, a view containing details about a series and all of it's patches
0 commit comments