Skip to content
Snippets Groups Projects
Commit 3b447fdf authored by Dmitry Lyalyaev's avatar Dmitry Lyalyaev
Browse files

stores: fix query param in the

 `getErrataList` method for `ErrataListStore`
parent 38986a05
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class ErrataListStore {
page: page,
branch: this.filterBranch !== "" ? this.filterBranch : null,
type: this.filterType !== "" ? this.filterType : null,
is_discarded: this.filterDiscarded,
state: this.filterDiscarded ? "discarded" : "all",
input: input !== "" ? smartSplit(input).join(",") : null
},
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment