Skip to content

Commit fbf6703

Browse files
committed
hack: disable duplicate trainrun from dialog
1 parent 7317758 commit fbf6703

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/view/dialogs/trainrun-and-section-dialog/trainrun-filter-tab/trainrun-filter-tab.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
[title]="
3535
'app.view.dialogs.trainrun-and-section-dialog.trainrun-tab.trainrunDuplicate' | translate
3636
"
37+
*ngIf="false"
3738
>
3839
<sbb-icon svgIcon="plus-medium" aria-hidden="false"></sbb-icon>
3940
</button>

src/app/view/dialogs/trainrun-and-section-dialog/trainrun-tab/trainrun-tab.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
[title]="
8585
'app.view.dialogs.trainrun-and-section-dialog.trainrun-tab.trainrunDuplicate' | translate
8686
"
87+
*ngIf="false"
8788
>
8889
<sbb-icon svgIcon="plus-medium" aria-hidden="false"></sbb-icon>
8990
</button>

0 commit comments

Comments
 (0)