- Issue created by @mjmorley
- Status changed to Needs work
10 months ago 1:05pm 22 February 2024 The Needs Review Queue Bot → tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request → . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- Issue was unassigned.
- 🇳🇿New Zealand quietone
I was recently testing another issue which included deleting a translation and did not encounter this error.
Is this reproducible on a fresh install?
- 🇮🇳India vinmayiswamy
Hi, I attempted to reproduce the issue described here but was unable to replicate the error.
Below are the detailed steps I followed:
Setup:
* Installed Drupal 11.x on a fresh local environment.
* Enabled required modules: Content Translation, Language, and Locale.Language Configuration:
* Added Telugu and French as new languages via Configuration > Regional and language > Languages.Content Type Configuration:
* Enabled translation for the Article content type via Configuration > Regional and language > Content language and translation.
* Ensured fields like Title and Body are set to translatable.Content Creation and Translation:
* Created an Article with a title and body in the default language (English).
* Added Telugu and French translations for the Article, providing translated titles and bodies.Translation Deletion:
* Deleted the Telugu and French translations from the Article.Observations:
* NoInvalidArgumentException
was encountered.
* Checked Reports > Recent log messages: No related errors found.Additional Information:
* Cache was cleared during the process.
* Debug mode was enabled in settings.php.
* Verified on multiple content types and with different languages.If there are any specific configurations or steps that might have been missed, please let me know. Based on my testing, the issue does not appear to be reproducible in the current setup.
Thanks!