- controllo della @ sull'username telegram (sugli Eventi)

- controllo email di test, se funzionante o no
This commit is contained in:
Surya Paolo
2025-07-29 12:54:40 +02:00
parent 85db3b4a61
commit 6013a624f6
11 changed files with 137 additions and 65 deletions

View File

@@ -316,8 +316,6 @@
>
<span style="font-size: 14px">{{ myvalue }}</span>
</div>
</div>
<!-- Componente di selezione del colore -->
@@ -333,7 +331,8 @@
<div
v-else-if="
col.fieldtype === costanti.FieldType.string ||
col.fieldtype === costanti.FieldType.crypted
col.fieldtype === costanti.FieldType.crypted ||
col.fieldtype === costanti.FieldType.username_telegram
"
>
<div
@@ -359,6 +358,19 @@
:rules="[(val) => !!val || !col.required || 'Campo richiesto']"
:label="col.visulabel ? addstrrequired + t(col.label_trans) : col.label"
>
<template
v-if="col.fieldtype === costanti.FieldType.username_telegram"
v-slot:prepend
>
<span class="text-h7 text-blue">@</span>
</template>
<template
v-if="col.fieldtype === costanti.FieldType.username_telegram"
v-slot:prepend
>
<span class="text-h7 text-blue">@</span>
</template>
</q-input>
<q-field v-if="col.showLinkResult && myvalue">
Diventerà: {{ tools.generateURL(col.showLinkResult, myvalue) }}
@@ -560,7 +572,7 @@
{{ t(col.label_trans ? col.label_trans : '') }}
</span>
<CGallery
:filetype="shared_consts.FILETYPE.IMG"
:filetype="shared_consts.FILETYPE.IMG"
:imagebak="
col.showpicprofile_ifnotset
? userStore.getImgByProfile(row['profile'], true)
@@ -1492,7 +1504,8 @@
<div
v-else-if="
col.fieldtype === costanti.FieldType.string ||
col.fieldtype === costanti.FieldType.crypted
col.fieldtype === costanti.FieldType.crypted ||
col.fieldtype === costanti.FieldType.username_telegram
"
>
<q-input