|
@ -201,9 +201,7 @@ export class GfActivitiesTableComponent |
|
|
this.hasPermissionToOpenDetails && |
|
|
this.hasPermissionToOpenDetails && |
|
|
activity.Account?.isExcluded !== true && |
|
|
activity.Account?.isExcluded !== true && |
|
|
activity.isDraft === false && |
|
|
activity.isDraft === false && |
|
|
(activity.type === 'BUY' || |
|
|
['BUY', 'DIVIDEND', 'SELL'].includes(activity.type) |
|
|
activity.type === 'DIVIDEND' || |
|
|
|
|
|
activity.type === 'SELL') |
|
|
|
|
|
) { |
|
|
) { |
|
|
this.onOpenPositionDialog({ |
|
|
this.onOpenPositionDialog({ |
|
|
dataSource: activity.SymbolProfile.dataSource, |
|
|
dataSource: activity.SymbolProfile.dataSource, |
|
|