Export Movements to CSV File
fix Visibility for a Circuit
This commit is contained in:
@@ -650,6 +650,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
|
||||
// If is not already stored in DB, then show the message to the user.
|
||||
if (!this.wasAlreadySubscribed || notreg) {
|
||||
/*
|
||||
options = {
|
||||
title: tools.translate('notification.title_subscribed', [{
|
||||
strin: 'sitename',
|
||||
@@ -658,6 +659,8 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
content: translate('notification.subscribed'),
|
||||
openUrl: '/',
|
||||
}
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
const myres = {
|
||||
@@ -720,8 +723,8 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
}
|
||||
})
|
||||
}).catch((err) => {
|
||||
console.error('err ready service worker', err)
|
||||
})
|
||||
console.error('err ready service worker', err)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user