@lowcodeunit/applications-flow-common 1.37.9-integration → 1.37.12-10839-feed-loading

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.
@@ -294,7 +294,7 @@ class ApplicationsFlowService {
294
294
  });
295
295
  }
296
296
  LoadUserFeed(page, pageSize, types, project, applications) {
297
- // console.log('types at LoadUserFeed: ', types);
297
+ // console.log('page size: ', pageSize);
298
298
  var apps = JSON.stringify(applications || []);
299
299
  return this.http.get(`${this.apiRoot}/api/lowcodeunit/userfeed?page=${page}&pageSize=${pageSize}&types=${types}&project=${project}&applications=${apps}`, {
300
300
  headers: this.loadHeaders(),
@@ -959,6 +959,7 @@ class EaCService {
959
959
  await this.projectService.GetActiveEnterprise(this.State);
960
960
  }
961
961
  async LoadUserFeed(page, pageSize, forCheck = false, filterStr = '') {
962
+ // console.log("page size: ", pageSize)
962
963
  await this.projectService.LoadUserFeed(page, pageSize, filterStr, forCheck, this.State);
963
964
  }
964
965
  GenerateRoutedApplications(applications) {