mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 20:32:44 +08:00
FIX: Groups list does not refresh when query changes. (#6481)
This commit is contained in:

committed by
Régis Hanol

parent
1b0fbc4d30
commit
ded5ff90aa
@ -350,6 +350,10 @@ export default function() {
|
||||
return response(200, fixturesByUrl["/groups.json"]);
|
||||
});
|
||||
|
||||
this.get("/groups.json", () => {
|
||||
return response(200, fixturesByUrl["/groups.json?username=eviltrout"]);
|
||||
});
|
||||
|
||||
this.get("groups/search.json", () => {
|
||||
return response(200, []);
|
||||
});
|
||||
|
Reference in New Issue
Block a user