Commit ddf71fce authored by Phil Hughes's avatar Phil Hughes

Updates the URL

parent f89782b3
......@@ -8,5 +8,6 @@ export default class FilteredSearchBoards extends gl.FilteredSearchManager {
updateObject(path) {
this.store.path = path.substr(1);
gl.issueBoards.BoardsStore.updateFiltersUrl();
}
}
......@@ -120,7 +120,7 @@
})[0];
},
updateFiltersUrl () {
history.pushState(null, null, `?${$.param(this.state.filters)}`);
history.pushState(null, null, `?${this.filter.path}`);
}
};
})();
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