@barchart/portfolio-api-common 1.0.201 → 1.0.202
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.
|
@@ -467,6 +467,9 @@ module.exports = (() => {
|
|
|
467
467
|
const descriptionSelector = this._definition.descriptionSelector;
|
|
468
468
|
|
|
469
469
|
this._description = descriptionSelector(this._items[0]);
|
|
470
|
+
|
|
471
|
+
this._dataActual.description = this._description;
|
|
472
|
+
this._dataFormat.description = this._description;
|
|
470
473
|
}));
|
|
471
474
|
|
|
472
475
|
this._disposeStack.push(quoteBinding);
|
package/package.json
CHANGED
package/test/SpecRunner.js
CHANGED
|
@@ -2061,6 +2061,9 @@ module.exports = (() => {
|
|
|
2061
2061
|
const descriptionSelector = this._definition.descriptionSelector;
|
|
2062
2062
|
|
|
2063
2063
|
this._description = descriptionSelector(this._items[0]);
|
|
2064
|
+
|
|
2065
|
+
this._dataActual.description = this._description;
|
|
2066
|
+
this._dataFormat.description = this._description;
|
|
2064
2067
|
}));
|
|
2065
2068
|
|
|
2066
2069
|
this._disposeStack.push(quoteBinding);
|