Use app's frontend version in preview #12149
Labels
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
status/ready-for-dev
Status: Used for issues that are ready for development. Has been through grooming.
Description
Our preview uses the same app-frontend version for all apps. We should update preview to use the specific version that a given app is set up with, so that f.ex:
3.56.3
should be shown this explicit version in previewWe have an endpoint that fetched both app-frontend and app-lib (backend) versjon for the app.
We should be able to fetch the .cshtml-file from the app-repo, instead of our studio-copy. In this way we don't need to fetch the version, just use the file directly.
The text was updated successfully, but these errors were encountered: