I’m missing the option to set the Czech koruna (Kč/CZK) as the default currency. #4237
Replies: 2 comments
-
|
Hello @zdenek-pergl , |
Beta Was this translation helpful? Give feedback.
-
|
I had a similar issue with another currency not showing up in the dropdown list. I found that it was related to the configuration files not being updated after the backend was adjusted to include the new currency. Here's what I did that worked for me: First, I checked the Next, I dived into the frontend code. In my case, there was a JavaScript file responsible for populating the dropdown. I found that adding CZK to the array or list of available currencies fixed the issue. It's possible the frontend wasn't updated at the same time as the backend, so double-check that part of the code. If you're unsure where this logic resides, navigating through the source files named something like It was a bit of a manual workaround, but it did the trick for me until a more permanent fix was implemented. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently working on the Czech localization of the CISO Assistant app. In order to set financial limits and loss thresholds correctly, we need to use the Czech koruna (CZK).
I noticed that CZK is already defined somewhere in the backend/source code, but unfortunately it is not available for selection in the currency dropdown list in the main user interface.
Is there a specific configuration file (e.g., .env) where I need to explicitly enable CZK to make it visible, or is this a missing feature/bug in the frontend?
Thank you for any advice!
Translated with DeepL.com (free version)
Beta Was this translation helpful? Give feedback.
All reactions