Release 1.280.1 (#2069)

This commit is contained in:
Thomas Kaul
2023-06-10 21:41:39 +02:00
committed by GitHub
parent be36050d76
commit 06dfb91f82
4 changed files with 6 additions and 5 deletions

View File

@@ -206,7 +206,8 @@ export class ActivitiesTableComponent implements OnChanges, OnDestroy, OnInit {
} else if (
this.hasPermissionToOpenDetails &&
!activity.isDraft &&
activity.type !== 'ITEM'
activity.type !== 'ITEM' &&
activity.type !== 'LIABILITY'
) {
this.onOpenPositionDialog({
dataSource: activity.SymbolProfile.dataSource,