pict-section-recordset 1.0.55 → 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.55",
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": {
@@ -224,6 +224,7 @@ class MeadowEndpointsRecordSetProvider extends libRecordSetProviderBase
224
224
  {
225
225
  return reject(pError);
226
226
  }
227
+ this.fable.manifest.setValueByHash(this.pict, tmpExperience.ResultDestinationAddress, result);
227
228
  const recordsReturn = result;
228
229
  const IDFields = ['CreatingIDUser', 'UpdatingIDUser'];
229
230
  if (recordsReturn.length)
@@ -315,6 +316,7 @@ class MeadowEndpointsRecordSetProvider extends libRecordSetProviderBase
315
316
  {
316
317
  return reject(error);
317
318
  }
319
+ this.fable.manifest.setValueByHash(this.pict, tmpExperience.ResultDestinationAddress, result?.Count || 0);
318
320
  resolve(result);
319
321
  });
320
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