- Issue created by @jessebaker
- First commit to issue fork.
- Merge request !725#3508933: Block names in component list are encoded. → (Closed) created by omkar-pd
- First commit to issue fork.
- 🇮🇳India JatinGupta40
Issue #3508933: The list of components incorrectly displaying the name value is fixed.
Thanks.
- 🇮🇳India meghasharma
I tested this issue on my local setup.
Before applying the fix, block names in the component list were encoded (e.g., Who's online block).
Some weird characters were appearing after "who" in the names.
After switching to the issue branch, I verified that the block names are now correctly decoded and displayed properly.
API Response: /xb/api/config/component now returns correctly decoded block names.
Example: "Who's new block" now appears correctly instead of the encoded version.
Everything seems to be working fine. Looks good from my side! - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
This is a duplicate of 🐛 Component names are double escaped Active . Sorry about that. Please contribute there 🙏 This issue/MR implemented the same fix as that one did, but as described by @larowlan at #3504819-10: Component names are double escaped → , it's fixing the symptom, not the root cause.