- Cloudflare e configurazione dominio DNS (host, host_test, host_ip, ecc...)
This commit is contained in:
@@ -182,6 +182,11 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
enableRegMultiChoice: false,
|
||||
enableTokenExpired: false,
|
||||
enabledRegNeedTelegram: false,
|
||||
enableGoods: false,
|
||||
enableServices: false,
|
||||
enableActivities: false,
|
||||
enableHosps: false,
|
||||
enableEvents: false,
|
||||
enableDebugOn: false,
|
||||
showButtHome: false,
|
||||
showViewGroups: false,
|
||||
@@ -2032,6 +2037,10 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
return await this.DeleteRec({ table: 'myelems', id: myelem._id }).then((ris) => {
|
||||
if (ris) {
|
||||
this.myelems = this.myelems.filter((rec) => rec._id !== myelem._id)
|
||||
|
||||
// Aggiorna anche tutto il sito...
|
||||
this.loadSite()
|
||||
|
||||
tools.showPositiveNotif($q, t('db.deletedrecord'))
|
||||
} else {
|
||||
tools.showNegativeNotif($q, t('db.recdelfailed'))
|
||||
@@ -2058,6 +2067,10 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
return await this.saveTable(mydata)
|
||||
.then((ris) => {
|
||||
if (ris) {
|
||||
|
||||
// Aggiorna anche tutto il sito...
|
||||
this.loadSite()
|
||||
|
||||
tools.showPositiveNotif($q, t('db.recupdated'))
|
||||
} else {
|
||||
tools.showNegativeNotif($q, t('db.recfailed'))
|
||||
|
||||
Reference in New Issue
Block a user