diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f90c37f4..ac9b1340 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -126,7 +126,7 @@ TODO: Grid / LIST VIEW = I know customers will want to control what shows in the - I had a customer today request the Description field from unit show in the workorder service grid, it doesn't do that - Customers probably want the option of picking what fields show and what don't - Need to think this over, do I have defined columns or is the list just for display to select the record in which case can it just be one column with user selected values showing?? - +TODO: Move gzmenu popup and other notifications to their own file TODO: Outstanding case with vuetify bug in clear button when readonly, check if fixed and if it isn't might need a workaround DON'T code the user options with the currency symbol etc until after it's all been worked out client side. Use static values instad in locale. diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index 81e1bf5c..0008fdd8 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -227,12 +227,6 @@ export default { timeout: 5000 }); }); - - vm.$gzevent.$on("alert-user-toast", function handlePopupMessage(msg) { - this.$dialog.message.info(msg, { - position: "top-left" - }); - }); } //new functions above here };