Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
114 stars 70 forks source link

update processEditorDataTypePath- endpoint to also include taskid #12866

Closed lassopicasso closed 4 months ago

lassopicasso commented 4 months ago

Description

This PR enables saving taskID to applicationmetadata in backend for the tasks signing and payment.

Have tested that the applicationmetadata.json is updated when editing the ID's. The file is in the list fileNameCacheKeyMap that triggers invalidation of cache in SyncSuccessQueriesInvalidator.

image

image

Related Issue(s)

Verification

Documentation

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.04%. Comparing base (a5d9253) to head (bf6baa6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12866 +/- ## ======================================= Coverage 91.04% 91.04% ======================================= Files 1385 1385 Lines 19686 19686 Branches 2387 2387 ======================================= Hits 17923 17923 Misses 1501 1501 Partials 262 262 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lassopicasso commented 4 months ago

Good idea testing backend as well 😄 Will update test