This commit is contained in:
2020-06-19 13:53:08 +00:00
parent d3bb3bfb8e
commit 527c84a81e
3 changed files with 16 additions and 3 deletions

View File

@@ -217,16 +217,25 @@ export default {
},
created() {
let vm = this;
//------------------
//Test ui feedback mechanisms here:
//this.formState.errorBoxMessage = "This is a test crlf\r\nOnly a test lf\nEot";
// (async function() {
// await window.$gz.dialog.displayLTModalNotificationMessage(
// "MaintenanceExpiredNote",
// "MaintenanceExpired",
// "This is a test crlf\r\nOnly a test lf\nEot",
// "Testing",
// "error",
// "https://www.ayanova.com/subscriptionexpired.htm"
// );
// })();
// window.$gz.eventBus.$emit(
// "notify-info",
// "This is a test crlf\r\nOnly a test lf\nEot",
// "https://www.ayanova.com/subscriptionexpired.htm"
// );
//------------------------
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "",