This commit is contained in:
@@ -12,11 +12,6 @@ ____________
|
||||
## CURRENT STAGE:
|
||||
|
||||
|
||||
todo: if no notifications in app should show "no data" or equivalent
|
||||
|
||||
|
||||
todo: Localize this message or get rid of it, it's annoying and possibly useless
|
||||
"Error checking for notifications, see about->log for details; log out and back in again to reset "
|
||||
todo: backup notification: AY:Backup status:~SERVER~
|
||||
fixup token with translated text and include link to backup status ops page
|
||||
|
||||
|
||||
@@ -41,10 +41,11 @@ export default {
|
||||
null,
|
||||
error
|
||||
);
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-error",
|
||||
"Error checking for notifications, see about->log for details; log out and back in again to reset"
|
||||
);
|
||||
//this was annoying. Maybe just turn the bell red when it fails and then color it again when it's ok?!
|
||||
// window.$gz.eventBus.$emit(
|
||||
// "notify-error",
|
||||
// "Error checking for notifications, see about->log for details; log out and back in again to reset"
|
||||
// );
|
||||
}
|
||||
},
|
||||
stopPolling() {
|
||||
|
||||
Reference in New Issue
Block a user