zet-lib 1.2.115 → 1.2.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/zRoute.js +1 -1
- package/package.json +1 -1
package/lib/zRoute.js
CHANGED
|
@@ -4590,7 +4590,7 @@ zRoute.tableBody = (req, res, relations, dataObject, parentTable, fieldName, MYM
|
|
|
4590
4590
|
let myobj = obj[key]
|
|
4591
4591
|
myobj.value = data[key]
|
|
4592
4592
|
myobj.class = `${parentTable}_${fieldName}_${key}`
|
|
4593
|
-
myobj.name =
|
|
4593
|
+
myobj.name = `${parentTable}[${fieldName}][${index}][${key}]`
|
|
4594
4594
|
myobj.additional_attributes = ` data-name="${key}" data-id="${parentTable}_${fieldName}_${key}" `
|
|
4595
4595
|
html += `<td class="td_${key}_${MYMODEL.table}">${cForm.field(myobj)}</td>`
|
|
4596
4596
|
}
|