case 4121
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user