Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -760,8 +760,8 @@ export const colmyUserGroup = [
|
||||
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist
|
||||
}),
|
||||
AddCol({
|
||||
name: 'note', label_trans: 'proj.longdescr', fieldtype: costanti.FieldType.html,
|
||||
titlepopupedit: 'Dettagli', field_extra1: 'groupname', subfield_extra1: ''
|
||||
name: 'note', label_trans: 'reg.detailsPage', fieldtype: costanti.FieldType.html,
|
||||
titlepopupedit: 'detailsPage', field_extra1: 'groupname', subfield_extra1: ''
|
||||
}),
|
||||
AddCol(ModifRec),
|
||||
AddCol(DeleteRec),
|
||||
@@ -2960,9 +2960,9 @@ export const fieldsTable = {
|
||||
|
||||
const tablerec: any = this.tablesList.find((rec) => rec.value === mytable)
|
||||
if (tablerec) {
|
||||
console.log('tablerec', tablerec.columns)
|
||||
// console.log('tablerec', tablerec.columns)
|
||||
const mycol = tablerec.columns.find((col: any) => col.name === namecol)
|
||||
console.log('mycol = ', mycol)
|
||||
// console.log('mycol = ', mycol)
|
||||
return mycol
|
||||
} else
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user