Skip to content

Conversation

@andreasisnes
Copy link
Collaborator

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)
  • All tests run green

Documentation

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

@andreasisnes andreasisnes self-assigned this Nov 13, 2025
@andreasisnes andreasisnes changed the title chores: add modified at to ValidFrom chores: add modified at to ValidFrom in register import Nov 13, 2025
@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed for 'Authorization Altinn.Authorization.Integration'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed for 'Authorization Altinn.Authorization'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@Thuen Thuen self-requested a review November 13, 2025 12:18
UserId = party?.User.Value?.UserId.HasValue == true ? Convert.ToInt32(party.User.Value.UserId.Value) : null,
Username = party?.User.Value?.Username.HasValue == true ? party.User.Value.Username.ToString() : null,
IsDeleted = party?.IsDeleted.HasValue == true ? party.IsDeleted.Value : false,
Audit_ValidFrom = party.ModifiedAt.Value,
Copy link
Member

@jonkjetiloye jonkjetiloye Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Litt usikker på om jeg er enig i at vi skal bruke ModifiedAt som Audit_ValidFrom.

Audit er for å spore hvem og når en endring blir gjort i våre lokale data. Ikke for når den ble endret på eksternt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants