mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
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:
committed by
Andreas Schickinger
parent
c41355bcdf
commit
4e6204817d
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user