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:
Arpit Jalan
2021-04-01 11:44:17 +05:30
committed by GitHub
parent c478ffc662
commit 61860098d9
31 changed files with 88 additions and 81 deletions
@@ -18,7 +18,7 @@ export default Controller.extend({
),
downloadLink: fmt(
"actionNameKey",
"/admin/logs/watched_words/action/%@/download"
"/admin/customize/watched_words/action/%@/download"
),
findAction(actionName) {
@@ -97,7 +97,7 @@ export default Controller.extend({
I18n.t("yes_value"),
(result) => {
if (result) {
ajax(`/admin/logs/watched_words/action/${actionKey}.json`, {
ajax(`/admin/customize/watched_words/action/${actionKey}.json`, {
type: "DELETE",
}).then(() => {
const action = this.findAction(actionKey);