This commit is contained in:
@@ -630,7 +630,7 @@ export default {
|
||||
//Show toast if out of date to non customer users, perpetual only ensured by server
|
||||
if (
|
||||
!vm.$store.getters.isCustomerUser &&
|
||||
!vm.$store.state.globalSettings.showUpdateAvailable
|
||||
vm.$store.state.globalSettings.showUpdateAvailable
|
||||
) {
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-info",
|
||||
@@ -638,14 +638,6 @@ export default {
|
||||
vm.$store.state.globalSettings.changeLogUrl,
|
||||
5000
|
||||
);
|
||||
// (async function() {
|
||||
// await window.$gz.dialog.displayLTModalNotificationMessage(
|
||||
// "MaintenanceExpiredNote",
|
||||
// "MaintenanceExpired",
|
||||
// "error",
|
||||
// "https://ayanova.com/docs/adm-license/#maintenance-expired-message"
|
||||
// );
|
||||
// })();
|
||||
}
|
||||
|
||||
const toPath = vm.$route.params.topath; //set in app.vue::mounted
|
||||
|
||||
Reference in New Issue
Block a user