backend-plus 1.18.4 → 1.18.5

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.
@@ -1658,7 +1658,7 @@ myOwn.dialogDownload = function dialogDownload(grid){
1658
1658
  }
1659
1659
  }
1660
1660
  populateTableXLS(ws, grid.depotsToDisplay, fieldsDef2Export);
1661
- var sheet1name=grid.def.name.length>27?grid.def.name.slice(0,7)+'...':grid.def.name;
1661
+ var sheet1name=grid.def.name.length>27?grid.def.name.slice(0,27)+'...':grid.def.name;
1662
1662
  var sheet2name=grid.def.name!=="metadata"?"metadata":"meta-data";
1663
1663
  wb.SheetNames=[sheet1name,sheet2name];
1664
1664
  wb.Sheets[sheet1name]=ws;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for typed controls",
4
- "version": "1.18.4",
4
+ "version": "1.18.5",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",