@barchart/portfolio-api-common 1.0.210 → 1.0.211
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.
|
@@ -371,7 +371,7 @@ module.exports = (() => {
|
|
|
371
371
|
|
|
372
372
|
const descriptionSelector = this._definition.descriptionSelector;
|
|
373
373
|
|
|
374
|
-
this._description =
|
|
374
|
+
this._description = PositionLevelDefinition.getDescriptionForPortfolioGroup(portfolio);
|
|
375
375
|
|
|
376
376
|
this._dataActual.description = this._description;
|
|
377
377
|
this._dataFormat.description = this._description;
|
package/package.json
CHANGED
package/test/SpecRunner.js
CHANGED
|
@@ -2023,7 +2023,7 @@ module.exports = (() => {
|
|
|
2023
2023
|
|
|
2024
2024
|
const descriptionSelector = this._definition.descriptionSelector;
|
|
2025
2025
|
|
|
2026
|
-
this._description =
|
|
2026
|
+
this._description = PositionLevelDefinition.getDescriptionForPortfolioGroup(portfolio);
|
|
2027
2027
|
|
|
2028
2028
|
this._dataActual.description = this._description;
|
|
2029
2029
|
this._dataFormat.description = this._description;
|