Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Wrong Less file path for some theme/locale combinations (OFBIZ-12660) #521

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

florianMo
Copy link
Contributor

Fixed: Wrong Less file path for some theme/locale combinations (OFBIZ-12660)

Fixed:
(OFBIZ-12660)

Explanation
For some themes, we rely on toLowerCase method to build a Less file path.
toLowerCase("I") = "ı" for some locales (TR, AZ), which lead to incorrect
file paths and finally broken themes.

@florianMo florianMo force-pushed the OFBIZ-12660 branch 3 times, most recently from bd9fd65 to 358c3e0 Compare July 25, 2022 15:03
…-12660)

For some themes, we rely on toLowerCase method to build a Less file path.
toLowerCase("I") = "ı" for some locales (TR, AZ), which lead to incorrect
file paths and finally broken themes.
@sonarcloud
Copy link

sonarcloud bot commented Aug 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@JacquesLeRoux JacquesLeRoux merged commit c85550e into apache:trunk Aug 10, 2022
asfgit pushed a commit that referenced this pull request Aug 10, 2022
…-12660) (#521)

For some themes, we rely on toLowerCase method to build a Less file path.
toLowerCase("I") = "ı" for some locales (TR, AZ), which lead to incorrect
file paths and finally broken themes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants