This commit is contained in:
@@ -350,13 +350,14 @@ export default {
|
||||
}
|
||||
},
|
||||
showLinkReportId() {
|
||||
//TODO: Many others as well, but for now until those objects exist
|
||||
//NOTE: Currently projected: Only Quotes and Workorders are involved in sending as attached reports
|
||||
//And only to customers and only single items, not lists so it's doable to indicate a report id
|
||||
//and send a link from notification to open the report
|
||||
switch (this.obj.eventType) {
|
||||
case 27: //General notification
|
||||
case 20: //backup status
|
||||
return false;
|
||||
default:
|
||||
case 999: //to be filled in later
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
},
|
||||
showTags() {
|
||||
|
||||
Reference in New Issue
Block a user