You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently. There is no way of setting the showLanguageSelector or hideCloseButton pages that are not a part of a layout set. #1682 Refactores these settings to use a UiConfigContext. This highlighed a new problem. The current way of fetching these values uses the layout settings, which mean that, for instance showLanguageSelector can only be specified in a layout set. This means that for instance selection and receipt pages, there is no way of showing the language selector. This worked previously because the settings of the last page was stored in redux and subsequently used in the receipt page.
Steps To Reproduce
No steps to reproduce, but the app developers do not have a way of specifying whether the language selector should be visible on pages outside layout settings.
Additional Information
We need to agree on an API for the app developers to be able to set these settings also outside of the current layout set.
The text was updated successfully, but these errors were encountered:
Description of the bug
Currently. There is no way of setting the
showLanguageSelector
orhideCloseButton
pages that are not a part of a layout set. #1682 Refactores these settings to use aUiConfigContext
. This highlighed a new problem. The current way of fetching these values uses the layout settings, which mean that, for instanceshowLanguageSelector
can only be specified in a layout set. This means that for instance selection and receipt pages, there is no way of showing the language selector. This worked previously because the settings of the last page was stored in redux and subsequently used in the receipt page.Steps To Reproduce
No steps to reproduce, but the app developers do not have a way of specifying whether the language selector should be visible on pages outside layout settings.
Additional Information
We need to agree on an API for the app developers to be able to set these settings also outside of the current layout set.
The text was updated successfully, but these errors were encountered: