pict-section-recordset 1.0.55 → 1.0.56

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.56",
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);
318
320
  resolve(result);
319
321
  });
320
322
  return;