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

Special characters are encoded incorrectly in order templates #1708

Open
paramaeder opened this issue Aug 23, 2024 · 2 comments
Open

Special characters are encoded incorrectly in order templates #1708

paramaeder opened this issue Aug 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@paramaeder
Copy link
Contributor

paramaeder commented Aug 23, 2024

Actual Behavior
When I create an order template with the name “Interßhüp”, the name of the order template is displayed with Unicode characters instead of the correct characters

Expected Behavior
If I create an order template with the name “Interßhüp”, the name of the order template is displayed as I have created it.

Steps to Reproduce the Bug

Steps to reproduce the behavior:

  1. Go to My Account -> Order Templates / Bestellvorlagen
  2. Click on 'Create Order Template'
  3. Give Order Template the name "Interßhüp" or a name with "ü"/"ö"/"ä" or "ß"
  4. See wrong encoded order template name: "Interßhüp"

image

The name is transferred correctly to the backend in the PWA. However, the createOrderTemplate function in order-template.service returns an incorrectly encoded name from the backend

AB#99244

@paramaeder paramaeder added the bug Something isn't working label Aug 23, 2024
@shauke
Copy link
Collaborator

shauke commented Aug 27, 2024

@paramaeder What PWA/ICM version were you using?
We could not reproduce it with the current PWA 5.2.

@paramaeder
Copy link
Contributor Author

@shauke
PWA: 5.0.0
ICM: 7.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants