From c122f0930ecd8afc4b86aa6d25f9d80cb4c9013c Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Fri, 7 Apr 2023 22:20:17 +0200 Subject: [PATCH] ver 0.6.3 --- .env.development | 2 +- .env.example.production | 2 +- .env.test.risosrv | 2 +- _ALL_SITES/riso.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.production | 2 +- _ALL_SITES/terradellavisione.app/.env.development | 2 +- src/components/CMyCardService/CMyCardService.ts | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.development b/.env.development index afaccfb1..5d6760a3 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.85" +APP_VERSION="0.6.3" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 48ec60d6..12f7331a 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.85" +APP_VERSION="0.6.3" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test.risosrv b/.env.test.risosrv index c62be2ae..7de75ab5 100755 --- a/.env.test.risosrv +++ b/.env.test.risosrv @@ -1,4 +1,4 @@ -APP_VERSION="0.5.85" +APP_VERSION="0.6.3" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index afaccfb1..5d6760a3 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.85" +APP_VERSION="0.6.3" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.production b/_ALL_SITES/riso.app/.env.production index 06b8074e..408ceb09 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.6.2" +APP_VERSION="0.6.3" 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 b1847e5c..41a8d289 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.6.2" +APP_VERSION="0.6.3" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/src/components/CMyCardService/CMyCardService.ts b/src/components/CMyCardService/CMyCardService.ts index 5c638170..904b4aa5 100644 --- a/src/components/CMyCardService/CMyCardService.ts +++ b/src/components/CMyCardService/CMyCardService.ts @@ -138,10 +138,10 @@ export default defineComponent({ function clicca(tipo: any, set: any, title: string) { if (set && myrec.value.username !== userStore.my.username && tipo === costanti.TIPOFAVBOOK.FAVORITE) { - userStore.setFavorite($q, t, myrec.value._id, props.table); + userStore.setFavorite($q, t, myrec.value._id, props.table, myrec.value); } if (set && myrec.value.username !== userStore.my.username && tipo === costanti.TIPOFAVBOOK.BOOKMARK) { - userStore.setBookmark($q, t, myrec.value._id, props.table); + userStore.setBookmark($q, t, myrec.value._id, props.table, myrec.value); } if (!set) {