Internal Issue created: 481032
since change of attestation-decision.component.ts from 24.1.2025
we get this error

when User click "approve" link from Attestation Mail.
URL Link in mail is .../attestation/decision?decision=approve&uid_attestationhelper=xxxxx
Problem is that in new version getData is called with isInitialLoad = true and then this.attestationCases.get is not loading Attestation Data and in handleDecision no data are available
await this.getData(undefined, true);
this.handleDecision();
Best Regards Bertram
Internal Issue created: 481032
since change of attestation-decision.component.ts from 24.1.2025
we get this error
when User click "approve" link from Attestation Mail.
URL Link in mail is .../attestation/decision?decision=approve&uid_attestationhelper=xxxxx
Problem is that in new version getData is called with isInitialLoad = true and then this.attestationCases.get is not loading Attestation Data and in handleDecision no data are available
Best Regards Bertram