fixed tokenreg was not valid. created by date
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
site=insiemesipuo.app
|
|
||||||
|
|
||||||
rmdir __newfreeplanet.app
|
|
||||||
rmdir __popolodelnuovomondo.app
|
|
||||||
rmdir __terradellavisione.app
|
|
||||||
|
|
||||||
source __inizia.sh
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
site=popolodelnuovomondo.app
|
|
||||||
|
|
||||||
rmdir __newfreeplanet.app
|
|
||||||
rmdir __insiemesipuo.app
|
|
||||||
|
|
||||||
source __inizia.sh
|
|
||||||
@@ -162,7 +162,6 @@ export default defineComponent({
|
|||||||
jointable.value = col.value.jointable!
|
jointable.value = col.value.jointable!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const arrk = props.field.split('.')
|
const arrk = props.field.split('.')
|
||||||
if (arrk) {
|
if (arrk) {
|
||||||
mykey.value = props.field
|
mykey.value = props.field
|
||||||
@@ -185,7 +184,6 @@ export default defineComponent({
|
|||||||
if (props.nosaveToDb)
|
if (props.nosaveToDb)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
if (newval !== valinitial)
|
if (newval !== valinitial)
|
||||||
setValDb($q, mykey.value, newval, props.fieldtype || col.fieldtype, false, props.table, mysubkey.value, props.id, props.indrec, mysubsubkey.value, props.specialField)
|
setValDb($q, mykey.value, newval, props.fieldtype || col.fieldtype, false, props.table, mysubkey.value, props.id, props.indrec, mysubsubkey.value, props.specialField)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
fieldtype: {{fieldtype}}
|
|
||||||
<div v-if="visuElem()" :class="mytitle ? `row items-center justify-center q-ma-xs text-center` : ``">
|
<div v-if="visuElem()" :class="mytitle ? `row items-center justify-center q-ma-xs text-center` : ``">
|
||||||
<div v-if="mytitle" class="q-ma-xs">
|
<div v-if="mytitle" class="q-ma-xs">
|
||||||
<q-field rounded outlined :bg-color="($q.dark.isActive ? '' : 'blue-4')" dense style="min-width:110px;">
|
<q-field rounded outlined :bg-color="($q.dark.isActive ? '' : 'blue-4')" dense style="min-width:110px;">
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
site=insiemesipuo.app
|
|
||||||
|
|
||||||
rmdir __freeplanet.app
|
|
||||||
rmdir __popolodelnuovomondo.app
|
|
||||||
|
|
||||||
source __termine.sh
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
site=popolodelnuovomondo.app
|
|
||||||
|
|
||||||
rmdir __freeplanet.app
|
|
||||||
|
|
||||||
source __termine.sh
|
|
||||||
Reference in New Issue
Block a user