Skip to content

Commit

Permalink
feat: Temporarily remove Contract Termination from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Nov 12, 2024
1 parent 4ce4ee5 commit e33348c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ the detailed section referring to by linking pull requests or issues.

#### Major

- Remove parameterization from transferring `HttpData-PUSH` type transfers as
the EDC does not support them anymore.
- Temporarily removed the "Terminate Contract" button from the UI until the
migration has been finished.

#### Minor

#### Patch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,7 @@
</div>

<mat-dialog-actions>
<div class="w-full flex flex-row justify-between">
<div class="flex gap-1 items-center">
<button
*ngIf="
data.type === 'contract-agreement' &&
!data.contractAgreement?.isTerminated
"
mat-raised-button
color="warn"
[disabled]="data.contractAgreement?.isTerminated ?? false"
(click)="onTerminateClick()">
{{ 'general.terminate' | translate }}
</button>
</div>

<div class="w-full flex flex-row justify-end">
<div class="flex gap-1 items-center">
<button mat-stroked-button [mat-dialog-close]="null" [disabled]="loading">
{{ 'general.close' | translate }}
Expand Down

0 comments on commit e33348c

Please sign in to comment.