eservices-core 1.0.477 → 1.0.478
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.478
|
|
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);
|
|
3006
|
+
const newHash = JSON.stringify(options.order) + JSON.stringify(options.filter) + JSON.stringify(options.config);
|
|
3007
3007
|
if (newHash !== hashParams && !Number.isNaN(newHash)) {
|
|
3008
3008
|
offset = 0;
|
|
3009
3009
|
hashParams = newHash;
|