mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: move logs/watched_words to customize/watched_words in admin section (#12571)
https://meta.discourse.org/t/where-is-auto-tag-and-auto-replace/184261
This commit is contained in:
@@ -97,6 +97,14 @@ export default function () {
|
||||
this.route("edit", { path: "/:field_name" });
|
||||
}
|
||||
);
|
||||
this.route(
|
||||
"adminWatchedWords",
|
||||
{ path: "/watched_words", resetNamespace: true },
|
||||
function () {
|
||||
this.route("index", { path: "/" });
|
||||
this.route("action", { path: "/action/:action_id" });
|
||||
}
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
@@ -152,14 +160,6 @@ export default function () {
|
||||
this.route("term", { path: "/term" });
|
||||
}
|
||||
);
|
||||
this.route(
|
||||
"adminWatchedWords",
|
||||
{ path: "/watched_words", resetNamespace: true },
|
||||
function () {
|
||||
this.route("index", { path: "/" });
|
||||
this.route("action", { path: "/action/:action_id" });
|
||||
}
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user