You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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?
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).
The text was updated successfully, but these errors were encountered: