case 4121

This commit is contained in:
2022-03-10 00:34:42 +00:00
parent bb8beb64a7
commit e8cc19e1c8
2 changed files with 2 additions and 1 deletions

View File

@@ -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 - 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 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 - 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

View File

@@ -493,7 +493,7 @@ export default {
break; break;
case ayatype.OpsNotificationSettings: case ayatype.OpsNotificationSettings:
vm.$router.push({ vm.$router.push({
name: "/ops-notification-settings" name: "ops-notification-settings"
}); });
break; break;