From c24b70682448f23d7eb01853026cfe6abdf86190 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Thu, 8 Jun 2017 03:45:18 -0500 Subject: Add tests when user has no direct acces to a group --- app/assets/javascripts/groups/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/assets/javascripts/groups/index.js b/app/assets/javascripts/groups/index.js index 5b7018153bf..ff601db2aa6 100644 --- a/app/assets/javascripts/groups/index.js +++ b/app/assets/javascripts/groups/index.js @@ -94,12 +94,12 @@ document.addEventListener('DOMContentLoaded', () => { this.isLoading = false; $.scrollTo(0); - const currentPath = gl.utils.mergeUrlParams({ page: page }, window.location.href); + const currentPath = gl.utils.mergeUrlParams({ page }, window.location.href); window.history.replaceState({ page: currentPath, }, document.title, currentPath); - this.updateGroups(response.json()); + this.updateGroups(response.json()); this.updatePagination(response.headers); }) .catch(this.handleErrorResponse); -- cgit v1.2.3