Il link di un gruppo non può contenere la barra... o altri caratteri speciali
This commit is contained in:
@@ -301,12 +301,12 @@ export default defineComponent({
|
||||
// console.log('OBJ:', obj)
|
||||
if (true) {
|
||||
|
||||
console.log(' CAMPO', props.field + '.' + props.subfield)
|
||||
// console.log(' CAMPO', props.field + '.' + props.subfield)
|
||||
let myval = tools.getLabelFooterByRow(myrow.value, props.field + '.' + props.subfield, props.table)
|
||||
if (myval)
|
||||
myvalue.value = myval
|
||||
console.log(' RECORD INPUT', myrow.value)
|
||||
console.log(' VALORE OUTPUT: ', myvalue.value)
|
||||
// console.log(' RECORD INPUT', myrow.value)
|
||||
// console.log(' VALORE OUTPUT: ', myvalue.value)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -770,11 +770,17 @@ export default defineComponent({
|
||||
|
||||
}
|
||||
|
||||
function nameKeydown(e: any, col: any) {
|
||||
if (col.allowchar === costanti.ALLOWCHAR_CODE) {
|
||||
|
||||
if (/^\W$/.test(e.key)) {
|
||||
e.preventDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
onBeforeMount(mounted)
|
||||
|
||||
|
||||
|
||||
return {
|
||||
myvalue,
|
||||
countryname,
|
||||
@@ -810,6 +816,7 @@ export default defineComponent({
|
||||
getTitleEditor,
|
||||
myrow,
|
||||
shared_consts,
|
||||
nameKeydown,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user