This commit is contained in:
2019-05-02 20:20:11 +00:00
parent 342b923964
commit 8f926222f9
2 changed files with 1 additions and 7 deletions

View File

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

View File

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