Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 13 forks source link

Pass `SignRequest.GeneratedFromTask` to `DataElementHelper.CreateDataElement` #100

Closed danielskovli closed 6 months ago

danielskovli commented 6 months ago

Description

Unify specific altinn-storage change with implementation in app-localtest.

This change is required for an app-lib-dotnet patch related to duplicate signatures (PR below).

Test results

✅ Using the test setup described here, it has been confirmed that existing behavior is preserved with the current builds of app-lib-dotnet and that new expected behavior is achieved with the proposed new feature in app-lib-dotnet.

Related PRs