Commit f7682e0d authored by Lee Tickett's avatar Lee Tickett Committed by Martin Wortschack

Fix group paging

parent be062d24
......@@ -32,7 +32,7 @@ export default {
},
methods: {
change(page) {
const filterGroupsParam = getParameterByName('filter_groups');
const filterGroupsParam = getParameterByName('filter');
const sortParam = getParameterByName('sort');
const archivedParam = getParameterByName('archived');
eventHub.$emit(`${this.action}fetchPage`, page, filterGroupsParam, sortParam, archivedParam);
......
---
title: Fix dropped filter when paging groups
merge_request: 27737
author: Lee Tickett
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment