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

Transliteration breaks #103

Open
golddragon007 opened this issue Jan 18, 2022 · 1 comment
Open

Transliteration breaks #103

golddragon007 opened this issue Jan 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@golddragon007
Copy link

Transliteration breaks if the label contains a character that does not match the following regex: [a-zA-Z0-9_] (i.e. space or any special char with the exception of _)
On page: /admin/config/footer_link_general/add

Log:
Path: /machine_name/transliterate_en?text=Privacy%20policy%20&langcode=en&replace_pattern=[^a-z0-9_]+&replace_token=6-kV-IW3dbrxFcXYJdesTf3U0SDTqsHwWIR87yZzKW0&replace=_&lowercase=true. Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: Invalid 'replace_token' query parameter. in Drupal\system\MachineNameController->transliterate() (line 83 of /core/modules/system/src/MachineNameController.php).

@AaronGilMartinez
Copy link
Contributor

Hello @golddragon007, the log is showing a error related with the machine name.
Can you confirm if the issue is still applies and what values are you trying to set in which fields, please?

@AaronGilMartinez AaronGilMartinez added the bug Something isn't working label Aug 2, 2024
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