- controllo della @ sull'username telegram (sugli Eventi)
- controllo email di test, se funzionante o no
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user