Merged PR 1934: feature(remission-list): temporarily disable remission-processed-hint component

feature(remission-list): temporarily disable remission-processed-hint component

Comment out remi-remission-processed-hint component in remission list template
and add TODO comments referencing the need to adjust code once ticket #5215
is implemented. This temporary fix prevents issues with the hint component
until the underlying changes are completed.

Ref: #5136
This commit is contained in:
Nino Righi
2025-09-03 13:16:35 +00:00
committed by Andreas Schickinger
parent c41355bcdf
commit 4e6204817d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<remi-remission-processed-hint></remi-remission-processed-hint>
<!-- TODO: #5136 - Code innerhalb remi-remission-processed-hint anpassen sobald Ticket #5215 umgesetzt ist -->
<!-- <remi-remission-processed-hint></remi-remission-processed-hint> -->
@if (!remissionStarted()) {
<remi-feature-remission-start-card></remi-feature-remission-start-card>

View File

@@ -11,6 +11,8 @@ import { RemissionReturnReceiptService } from '@isa/remission/data-access';
import { NgIcon, provideIcons } from '@ng-icons/core';
import { subDays } from 'date-fns';
// TODO: #5136 - Code anpassen sobald Ticket #5215 umgesetzt ist
// HTML in remission-list.component.html ist auskommentiert
@Component({
selector: 'remi-remission-processed-hint',
templateUrl: './remission-processed-hint.component.html',