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.
Files changed (2) hide show
  1. package/lib/zRoute.js +1 -1
  2. 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 = `ztest_aja[${fieldName}][${index}][${key}]`
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.115",
3
+ "version": "1.2.116",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"