Managed to find a solution.
I disabled the transliteration done by pathauto only for the ru language.
Had to decorate the corresponding pathauto service.
Can we have this merged and released ?
This is blocking D10 updates.
Adding the package in composer.json as mentioned in #6 is not working for me.
Can we have this patch applied and merge for a D10 release ?
The patch is not being applied if we add it to our project Composer.
As i have a deadline, i have moved the module to my custom folder.
just add this to your project composer.json
"drupal/csv_serialization": "4.0 as 3.0",
"drupal/views_data_export": "^1.3",
then composer update
I made the patch for those who can't wait
Hello,
Can't we have a patch to correct the version in the composer.json while waiting for the merge request to be approved ?
I also have the same problem.
tried to do as in #10, but no success
Thanks Richard.
It works for me also
Hello Richard,
On what thread is the patch posted? I am unable to find it in the Drupal core issues.