eservices-core 1.0.478 → 1.0.480

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/dist/index.js +4 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.478
2
+ * eservices-core v1.0.480
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3003,7 +3003,7 @@ function useListRead(list, params) {
3003
3003
  options.fields = readParams.fields;
3004
3004
  if (readParams.filter)
3005
3005
  options.filter = readParams.filter;
3006
- const newHash = JSON.stringify(options.order) + JSON.stringify(options.filter) + JSON.stringify(options.config);
3006
+ const newHash = JSON.stringify(options.order) + JSON.stringify(options.filter) + JSON.stringify(options.fields);
3007
3007
  if (newHash !== hashParams && !Number.isNaN(newHash)) {
3008
3008
  offset = 0;
3009
3009
  hashParams = newHash;
@@ -5288,7 +5288,8 @@ function useFormAction(form, options) {
5288
5288
  body: JSON.stringify({
5289
5289
  keys: {
5290
5290
  Id: id
5291
- }
5291
+ },
5292
+ contextId: Manager.contextId
5292
5293
  }),
5293
5294
  headers: {
5294
5295
  'Content-Type': 'application/json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.478",
3
+ "version": "1.0.480",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {