From e8cc19e1c81ff447282b7cf7e8e6bd76fd642efb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 10 Mar 2022 00:34:42 +0000 Subject: [PATCH] case 4121 --- ayanova/devdocs/todo.txt | 1 + ayanova/src/api/open-object-handler.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5cd21e6b..58e1ac16 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -819,3 +819,4 @@ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE - Fixed issue with long message displaying in the in-app notifications form where it wouldn't wrap properly - Updated database erase code to include recent tables added and some missing ones include dashboard template - Updated database erase code to erase all reports and return to stock ones on erase database +- case 4121 fixed unable to open ops notification settings, fixed incorrect translation key diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index f7271d86..747228a8 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -493,7 +493,7 @@ export default { break; case ayatype.OpsNotificationSettings: vm.$router.push({ - name: "/ops-notification-settings" + name: "ops-notification-settings" }); break;