This commit is contained in:
2021-06-09 15:48:10 +00:00
parent e36144ce2c
commit bbb4891370
2 changed files with 1 additions and 7 deletions

View File

@@ -398,9 +398,7 @@ Testing:
status age, stuck in status
Test also as EMAIL notification as this is all also a test to find bugs in notification now rather than later
todo: in-app notification page should include duration for duration events in the display
will require adding duration to notifyevent
also, not sure about the placement of the title and event name, maybe need to be flipped?
todo: EMAIL notification should include duration for duration events in the display
todo: notify event list table needs to show status of workorder (all fields) ideally
otherwise if you have multiple wostatusage notifications they all appear the same

View File

@@ -194,10 +194,6 @@ export default {
temp[i].icon = window.$gz.util.iconForType(temp[i].ayaType);
// if (!temp[i].message) {
// temp[i].message =
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tristique aliquam luctus. Suspendisse molestie lacus ac varius cursus. Praesent facilisis sem quam, vitae tincidunt ligula porttitor maximus. Sed quis mi commodo, dictum nunc sed, elementum leo. In tincidunt porta risus, et tristique orci congue at.";
// }
if (temp[i].name == "~SERVER~") {
temp[i].name = vm.$ay.t("Server");
}