From bc2080c42cf89d16822391e319502fe5b3a714e6 Mon Sep 17 00:00:00 2001 From: Paolo Arena Date: Thu, 22 Sep 2022 11:06:04 +0200 Subject: [PATCH] add transactionsEnabled : enable the circuit to the transactions --- .env.development | 2 +- .env.example.production | 2 +- .../popolodelnuovomondo.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.test | 2 +- _ALL_SITES/terradellavisione.app/.env.development | 2 +- _ALL_SITES/terradellavisione.app/.env.test | 2 +- src/components/CFinder/CFinder.ts | 2 ++ src/components/CGridTableRec/CGridTableRec.vue | 1 + src/components/CMyUser/CMyUser.vue | 1 + src/components/CSendCoins/CSendCoins.ts | 10 +++++++++- src/components/CSendCoins/CSendCoins.vue | 11 ++++++++++- src/layouts/toolbar/coinsPopover/coinsPopover.vue | 14 +++++++++++++- src/model/GlobalStore.ts | 1 + src/statics/lang/it.js | 2 ++ src/store/Modules/fieldsTable.ts | 2 ++ src/store/Modules/tools.ts | 1 + src/views/user/mycircuit/mycircuit.vue | 4 ++++ src/views/user/mygroup/mygroup.vue | 12 ------------ 19 files changed, 53 insertions(+), 22 deletions(-) diff --git a/.env.development b/.env.development index 07a0ec9e..b5a1a64a 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.15" +APP_VERSION="0.5.16" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 6aeb4c52..7bfb6426 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.15" +APP_VERSION="0.5.16" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.development b/_ALL_SITES/popolodelnuovomondo.app/.env.development index ff55c988..404a6bc5 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.development +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.15" +APP_VERSION="0.5.16" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index 07a0ec9e..b5a1a64a 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.15" +APP_VERSION="0.5.16" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.test b/_ALL_SITES/riso.app/.env.test index 60e328d0..331c5a75 100755 --- a/_ALL_SITES/riso.app/.env.test +++ b/_ALL_SITES/riso.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.15" +APP_VERSION="0.5.16" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index 18af4aec..acb43b95 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.15" +APP_VERSION="0.5.16" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/terradellavisione.app/.env.test b/_ALL_SITES/terradellavisione.app/.env.test index 93a12b7b..3c6766d3 100755 --- a/_ALL_SITES/terradellavisione.app/.env.test +++ b/_ALL_SITES/terradellavisione.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.15" +APP_VERSION="0.5.16" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL=newfreeplanet diff --git a/src/components/CFinder/CFinder.ts b/src/components/CFinder/CFinder.ts index 794c9733..8f065cdb 100755 --- a/src/components/CFinder/CFinder.ts +++ b/src/components/CFinder/CFinder.ts @@ -1085,6 +1085,8 @@ export default defineComponent({ date_updated: 1, nome_valuta: 1, fido_scoperto_default: 1, + deperimento: 1, + transactionsEnabled: 1, qta_max_default: 1, valuta_per_euro: 1, symbol: 1, diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index b82645d0..d30d315d 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -908,6 +908,7 @@ +