backend-plus 1.18.9 → 1.18.10

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.
@@ -1419,7 +1419,6 @@ myOwn.TableGrid.prototype.prepareMenu = function prepareMenu(button){
1419
1419
  messages,
1420
1420
  grid,
1421
1421
  false,
1422
- false,
1423
1422
  ['skipUnknownFieldsAtImport','simplificateSpaces','replaceNewLineWithSpace']
1424
1423
  )
1425
1424
  );
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.9",
4
+ "version": "1.18.10",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",