hsato03 commented on PR #12863:
URL: https://github.com/apache/cloudstack/pull/12863#issuecomment-4225577849

   > > @winterhazel , any test effort planned?
   > 
   > @hsato03 @DaanHoogland yes, I already did some manual checking on this 
one. Modifying `defaultLanguage` in `config.json` or through a GUI theme sets 
the default language as expected, but it seems that the fallback to English 
after removing both the theme and the property from `config.json` is not 
working as intended. I am getting an error in the console that prevents the UI 
from loading.
   > 
   > ```js
   > Fatal error during app initialization:  SyntaxError: "undefined" is not 
valid JSON
   >     at JSON.parse (<anonymous>)
   >     at a (util.js:5:17)
   >     at e.get (webStorage.js:20:27)
   >     at l (index.js:35:43)
   >     at guiTheme.js:91:3
   >     ...
   > ```
   
   @winterhazel Thanks for pointing that out. This behavior have been fixed in 
the last commit.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to