pict-section-recordset 1.0.56 → 1.0.57

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pict-section-recordset",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "Pict dynamic record set management views",
5
5
  "main": "source/Pict-Section-RecordSet.js",
6
6
  "directories": {
@@ -316,7 +316,7 @@ class MeadowEndpointsRecordSetProvider extends libRecordSetProviderBase
316
316
  {
317
317
  return reject(error);
318
318
  }
319
- this.fable.manifest.setValueByHash(this.pict, tmpExperience.ResultDestinationAddress, result);
319
+ this.fable.manifest.setValueByHash(this.pict, tmpExperience.ResultDestinationAddress, result?.Count || 0);
320
320
  resolve(result);
321
321
  });
322
322
  return;
@@ -334,7 +334,7 @@ class viewRecordSetDashboard extends libPictRecordSetRecordView
334
334
  {
335
335
  Page: 1,
336
336
  RelativeOffset: -tmpRecordDashboardData.PageLinkBookmarks.Current,
337
- URL: `#/PSRS/${tmpRecordDashboardData.RecordSet}/SpecificDashboard/${pDashboardHash}/FilteredTo/${tmpRecordDashboardData.FilterString}/${tmpRecordDashboardData.PageSize}/${tmpRecordDashboardData.PageSize}`
337
+ URL: `#/PSRS/${tmpRecordDashboardData.RecordSet}/SpecificDashboard/${pDashboardHash}/FilteredTo/${tmpRecordDashboardData.FilterString}/0/${tmpRecordDashboardData.PageSize}`
338
338
  });
339
339
  }
340
340
  else
@@ -559,7 +559,7 @@ class viewRecordSetList extends libPictRecordSetRecordView
559
559
  {
560
560
  Page: 1,
561
561
  RelativeOffset: -tmpRecordListData.PageLinkBookmarks.Current,
562
- URL: `#/PSRS/${tmpRecordListData.RecordSet}/list/FilteredTo/${tmpRecordListData.FilterString}/${tmpRecordListData.PageSize}/${tmpRecordListData.PageSize}`
562
+ URL: `#/PSRS/${tmpRecordListData.RecordSet}/List/FilteredTo/${tmpRecordListData.FilterString}/0/${tmpRecordListData.PageSize}`
563
563
  });
564
564
  }
565
565
  else