@lowcodeunit/applications-flow-common 1.36.6-lets-get-social-ish → 1.36.7-lets-get-social-ish
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/esm2020/lib/services/project.service.mjs +6 -6
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +5 -5
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +5 -5
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -370,7 +370,7 @@ class ProjectService {
|
|
|
370
370
|
resolve(response.Status);
|
|
371
371
|
var results = await Promise.all([
|
|
372
372
|
this.LoadEnterpriseAsCode(state),
|
|
373
|
-
this.LoadUserFeed(1,
|
|
373
|
+
this.LoadUserFeed(1, 25, false, state),
|
|
374
374
|
]);
|
|
375
375
|
}
|
|
376
376
|
else {
|
|
@@ -556,7 +556,7 @@ class ProjectService {
|
|
|
556
556
|
resolve(response.Status);
|
|
557
557
|
var results = await Promise.all([
|
|
558
558
|
this.LoadEnterpriseAsCode(state),
|
|
559
|
-
this.LoadUserFeed(1,
|
|
559
|
+
this.LoadUserFeed(1, 25, false, state),
|
|
560
560
|
]);
|
|
561
561
|
}
|
|
562
562
|
else {
|
|
@@ -579,7 +579,7 @@ class ProjectService {
|
|
|
579
579
|
resolve(response.Status);
|
|
580
580
|
var results = await Promise.all([
|
|
581
581
|
this.LoadEnterpriseAsCode(state),
|
|
582
|
-
this.LoadUserFeed(1,
|
|
582
|
+
this.LoadUserFeed(1, 25, false, state),
|
|
583
583
|
]);
|
|
584
584
|
}
|
|
585
585
|
else {
|
|
@@ -626,7 +626,7 @@ class ProjectService {
|
|
|
626
626
|
resolve(response.Status);
|
|
627
627
|
var results = await Promise.all([
|
|
628
628
|
this.LoadEnterpriseAsCode(state),
|
|
629
|
-
this.LoadUserFeed(1,
|
|
629
|
+
this.LoadUserFeed(1, 25, false, state),
|
|
630
630
|
]);
|
|
631
631
|
}
|
|
632
632
|
else {
|
|
@@ -652,7 +652,7 @@ class ProjectService {
|
|
|
652
652
|
resolve(response.Status);
|
|
653
653
|
var results = await Promise.all([
|
|
654
654
|
this.LoadEnterpriseAsCode(state),
|
|
655
|
-
this.LoadUserFeed(1,
|
|
655
|
+
this.LoadUserFeed(1, 25, false, state),
|
|
656
656
|
]);
|
|
657
657
|
}
|
|
658
658
|
else {
|