This commit is contained in:
@@ -400,6 +400,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
showTags() {
|
showTags() {
|
||||||
|
if (!window.$gz.store.state.isCustomerUser) {
|
||||||
|
//customers NEVER see tags anywhere, that's private information and they do not use or require it
|
||||||
switch (this.obj.eventType) {
|
switch (this.obj.eventType) {
|
||||||
case 27: //General notification
|
case 27: //General notification
|
||||||
case 20: //backup status
|
case 20: //backup status
|
||||||
@@ -408,6 +410,9 @@ export default {
|
|||||||
default:
|
default:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user