mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FIX: Uncategorized pm not allowing edit (#7276)
This commit is contained in:
@ -159,6 +159,7 @@ export default function() {
|
||||
this.put("/u/eviltrout.json", () => response({ user: {} }));
|
||||
|
||||
this.get("/t/280.json", () => response(fixturesByUrl["/t/280/1.json"]));
|
||||
this.get("/t/34.json", () => response(fixturesByUrl["/t/34/1.json"]));
|
||||
this.get("/t/280/20.json", () => response(fixturesByUrl["/t/280/1.json"]));
|
||||
this.get("/t/28830.json", () => response(fixturesByUrl["/t/28830/1.json"]));
|
||||
this.get("/t/9.json", () => response(fixturesByUrl["/t/9/1.json"]));
|
||||
|
Reference in New Issue
Block a user