Skip to content

Commit

Permalink
hack: disable duplicate trainrun from dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgreiner authored and Uriel-Sautron committed Sep 20, 2024
1 parent 22a3873 commit 85f2cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
tabindex="-1"
(click)="onDuplicateTrainrun()"
[title]="'app.view.dialogs.trainrun-and-section-dialog.trainrun-tab.trainrunDuplicate' | translate"
*ngIf="false"
>
<sbb-icon svgIcon="plus-medium" aria-hidden="false"></sbb-icon>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
tabindex="-1"
(click)="onDuplicateTrainrun()"
[title]="'app.view.dialogs.trainrun-and-section-dialog.trainrun-tab.trainrunDuplicate' | translate "
*ngIf="false"
>
<sbb-icon svgIcon="plus-medium" aria-hidden="false"></sbb-icon>
</button>
Expand Down

0 comments on commit 85f2cb9

Please sign in to comment.