Altinn / app-lib-dotnet

Libraries used in Altinn Apps
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

Couldn't return code list in confirm-page when using options with static query parameters #442

Open zaherbrreg opened 8 months ago

zaherbrreg commented 8 months ago

Description of the bug

We was trying to fetch code list only from confirm-page. It doesn't work with static query parameters.

OptionsID

Steps To Reproduce

1- Make dynamic option for remotely code list 2- Call the the dynamic option using optionsId from confirm-page 3- Use query parameters

Additional Information

It works fine with other code lists when not using query parameters.

optionsId-stoerelse

bjorntore commented 1 month ago

@zaherbrreg Hi! Had a look at this now (finally).

I did a quick test and to me it seems like looking up options with static query param from a confirmation page works now. Did you also manage to get it working?