Skip to content

Attestation decision from mail not working anymore #239

@BertramBo

Description

@BertramBo

Internal Issue created: 481032

since change of attestation-decision.component.ts from 24.1.2025
we get this error

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions