- Versione 1.1.0 (non ancora rilasciata).

- - fix: La partecipazione agli eventi, non viene salvata correttamente e non visualizzava.
This commit is contained in:
Surya Paolo
2024-09-30 14:50:49 +02:00
parent 522cff7c6b
commit 83a5b8b18b
32 changed files with 63 additions and 64 deletions

View File

@@ -1,6 +1,5 @@
<template>
<div v-if="tools.isDebugOn()"></div>
newrecord: {{newRecord}}
<div :class="$q.screen.lt.sm ? `` : `q-pa-xs`" v-if="isfinishLoading">
<q-toggle
v-if="tools.isManager() && !showMap"

View File

@@ -767,7 +767,7 @@
<q-item
clickable
v-if="
table === 'mybachecas' &&
table === shared_consts.TABLES_MYBACHECAS &&
calendarStore.getNumParticipants(
myrec,
true,
@@ -780,19 +780,19 @@
</q-item-section>
<q-item-section>
<q-item-label lines="1" v-if="myrec.myattend">
<q-btn
v-if="table === shared_consts.TABLES_MYBACHECAS"
rounded
color="primary"
:label="
$t('cmd.attend', {
num: calendarStore.getNumParticipants(
<q-item-label lines="1">
<span style="display: none">{{ part = calendarStore.getNumParticipants(
myrec,
true,
tools.peopleWhere.participants
),
})
)}}</span>
<q-btn
rounded
color="primary"
:label="
part
? $t('cmd.attend1', { num: part })
: $t('cmd.attend', { num: part })
"
@click="
clicca(
@@ -909,12 +909,6 @@
</div>
</q-list>
<q-separator />
<div
v-if="table === shared_consts.TABLES_MYBACHECAS"
class="q-mb-sm"
>
&nbsp;
</div>
<div v-if="isSmall && showAnteprima" class="row justify-center">
<q-btn
@@ -988,17 +982,23 @@
/>
<q-btn
v-if="table === shared_consts.TABLES_MYBACHECAS"
class="q-mx-xxs q-my-xs"
rounded
:text-color="
calendarStore.isPartecipero(myrec._id, table)
? 'white'
: 'primary'
"
:color="
calendarStore.isPartecipero(myrec._id, table)
? 'green'
: 'grey'
: 'white'
"
:label="$t('event.attend')"
:icon="
calendarStore.isPartecipero(myrec._id, table)
? 'fas fa-user-check'
: 'far fa-check-circle'
? 'how_to_reg'
: 'check_circle'
"
@click="EditBookEvent(true)"
>

View File

@@ -10,7 +10,7 @@
<meta name="description" content="<%= productDescription %>">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="version" content="1.0.61">
<meta name="version" content="1.1.0">
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">

View File

@@ -1072,13 +1072,4 @@
</script>
<style lang="scss" scoped>
@import 'confsite.scss';
</style>
{
"_id" : ObjectId("620a71e194438ecd1acfdbbg"),
"idapp" : "19",
"chiave" : "vers",
"userId" : "ALL",
"valore" : "1.0.61"
}
</style>

View File

@@ -1720,6 +1720,7 @@ const msg_it = {
favorite: 'Piace a {num} utenti',
bookmark: 'Salvato da {num} utenti',
seen: 'Visto da {num} utenti',
attend1: '{num} Partecipante',
attend: '{num} Partecipanti',
},
install: {

View File

@@ -679,6 +679,14 @@
></q-btn>
<br />
</div>
<div class="row">
<q-btn
label="Rimuovi Vecchie Notifiche (indietro di 1 mese)"
color="primary"
@click="EseguiFunz('RemoveOldNotif30')"
></q-btn>
<br />
</div>
<div class="row">
<q-btn
label="Correggi Transazioni Circuiti"