@crystaldesign/diva-backoffice 24.4.0-beta.6 → 24.4.0-beta.7

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.
@@ -3026,7 +3026,7 @@ function loadConfiguration(t, root, config, lang) {
3026
3026
  apiInterface: {
3027
3027
  read: {
3028
3028
  list: '${api2}?function=GetBackofficePartlist&sessionGuid=${sessionGuID}&catalogCodex=${catalogCodex}',
3029
- filterServerSide: false
3029
+ filterServerSide: true
3030
3030
  },
3031
3031
  create: '${api2}?function=SetJsonPartlist'
3032
3032
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.4.0-beta.6",
3
+ "version": "24.4.0-beta.7",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "module": "build/esm/index.js",
52
52
  "types": "./build/types/backoffice/src/index.d.ts",
53
- "gitHead": "c27764978c8bf04b602a3b536836ef646401996e"
53
+ "gitHead": "cde7a93dcd91cea515cd12187d80e0b563d305d5"
54
54
  }