@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 = descriptionSelector(portfolio);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.210",
3
+ "version": "1.0.211",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -2023,7 +2023,7 @@ module.exports = (() => {
2023
2023
 
2024
2024
  const descriptionSelector = this._definition.descriptionSelector;
2025
2025
 
2026
- this._description = descriptionSelector(portfolio);
2026
+ this._description = PositionLevelDefinition.getDescriptionForPortfolioGroup(portfolio);
2027
2027
 
2028
2028
  this._dataActual.description = this._description;
2029
2029
  this._dataFormat.description = this._description;