@configura/web-api 3.0.0-alpha.4 → 3.0.1
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.
|
@@ -225,7 +225,9 @@ export class SyncGroupsTransaction {
|
|
|
225
225
|
// we do later. We wait until we have settled as much as we can with what
|
|
226
226
|
// we have now, to increase chances of the values being written to the
|
|
227
227
|
// SyncState being the right ones.
|
|
228
|
-
|
|
228
|
+
// We still need to recurse down, as sub-feature might have features which have sync method set to "pull".
|
|
229
|
+
// eg. Some products may have a parent feature set to "push" but the sub-feature is set to "pull".
|
|
230
|
+
return "recurseDown";
|
|
229
231
|
}
|
|
230
232
|
switch (feature.selectionType) {
|
|
231
233
|
case SelectionType.Group:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@configura/web-api",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@configura/web-utilities": "3.0.
|
|
26
|
+
"@configura/web-utilities": "3.0.1"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "0eec52d942c5ff436309d77bd91fbae1891c5353"
|
|
29
29
|
}
|