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
Why is this change important to you? How would you use it?
our users see broken costs display in their marketplace. This triggers support requests.
Reproduced with current stable stratos with commit hash a728011
Possible Implementation
Suspecting the create service instance workflow is modifying/normalizing the service catalog data, and that this logic is missing when only displaying service plans
@gberche-orange Found the issue! We failed to register the fr locale, which it used to format the currency value, at the service plan table level. This already happens when we show the service plan card in the create service stepper, which explains why after visiting it the amount is shown correctly. I've created a PR and the fix will be in the next release
Frontend Deployment type
Backend (Jet Stream) Deployment type
Expected behaviour
Service plan costs display is consistent over time
Actual behaviour
Service plan costs display is initially truncated, and then properly displayed once a service instance creation screen has shown
Steps to reproduce the behavior
Log output covering before error and any error statements
Detailed Description
Following #2959
the costs are properly displayed.
Context
our users see broken costs display in their marketplace. This triggers support requests.
Reproduced with current stable stratos with commit hash a728011
Possible Implementation
Suspecting the create service instance workflow is modifying/normalizing the service catalog data, and that this logic is missing when only displaying service plans
/CC @ldangeard-orange
The text was updated successfully, but these errors were encountered: