|
@ -199,11 +199,11 @@ export class GfActivitiesTableComponent |
|
|
} |
|
|
} |
|
|
} else if ( |
|
|
} else if ( |
|
|
this.hasPermissionToOpenDetails && |
|
|
this.hasPermissionToOpenDetails && |
|
|
!activity.isDraft && |
|
|
activity.Account?.isExcluded !== true && |
|
|
activity.type !== 'FEE' && |
|
|
activity.isDraft === false && |
|
|
activity.type !== 'INTEREST' && |
|
|
(activity.type === 'BUY' || |
|
|
activity.type !== 'ITEM' && |
|
|
activity.type === 'DIVIDEND' || |
|
|
activity.type !== 'LIABILITY' |
|
|
activity.type === 'SELL') |
|
|
) { |
|
|
) { |
|
|
this.onOpenPositionDialog({ |
|
|
this.onOpenPositionDialog({ |
|
|
dataSource: activity.SymbolProfile.dataSource, |
|
|
dataSource: activity.SymbolProfile.dataSource, |
|
|