Commit d582b034 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'fix_group_paging' into 'master'

Fix group paging

Closes #36030

See merge request gitlab-org/gitlab!27737
parents 20d1bda1 f7682e0d
......@@ -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