fixed tokenreg was not valid. created by date

This commit is contained in:
Surya Paolo
2022-11-30 12:04:02 +01:00
parent 3aff6a9c94
commit 2ab50779ea
6 changed files with 0 additions and 35 deletions

View File

@@ -162,7 +162,6 @@ export default defineComponent({
jointable.value = col.value.jointable!
}
const arrk = props.field.split('.')
if (arrk) {
mykey.value = props.field
@@ -185,7 +184,6 @@ export default defineComponent({
if (props.nosaveToDb)
return
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)