- ๐บ๐ธUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request โ as a guide.
Confirmed the issue in D10 and that patch #17 addresses it.
@Gabor Hotjsy does #17 answer your comments/questions?
Ran test locally to make sure they failed and got
Behat\Mink\Exception\ExpectationException : Current response status code is 500, but 200 expected.
Triggered #17 for D10.1 tests.
- Status changed to RTBC
almost 2 years ago 11:05pm 1 February 2023 - ๐บ๐ธUnited States smustgrave
All green!
Forgot to remove the tests tag as they were added in #17
- Status changed to Needs work
almost 2 years ago 4:11am 5 February 2023 - ๐ณ๐ฟNew Zealand quietone
The remaining tasks state that this needs a review of the proposed solution and patch. I do not see a review of the patch. There is also another proposed solution in #17 that needs to be discussed.
I took a brief view of the patch.
-
+++ b/core/modules/content_translation/src/Controller/ContentTranslationController.php @@ -376,7 +377,14 @@ public function add(LanguageInterface $source, LanguageInterface $target, RouteM + // If the target language is lock redirect and show a helpful message.
I think the grammar hear needs to be improved.
-
+++ b/core/modules/content_translation/src/Controller/ContentTranslationController.php @@ -376,7 +377,14 @@ public function add(LanguageInterface $source, LanguageInterface $target, RouteM + $this->messenger()->addError($this->t('You are redirected to translations overview page as translation already exists.'));
This doesn't read well to me.
-
+++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php @@ -166,4 +166,19 @@ public function testContentTranslationOverviewAccess() { + * Ensure that content translation add URL should throw error when we try to + * access even though translation exits.
This does not meet coding standards. The Summary line is to be < 80 char, among other things.
-
- Status changed to Needs review
almost 2 years ago 11:17am 6 February 2023 The last submitted patch, 25: 2745805-25.patch, failed testing. View results โ
- ๐ฎ๐ณIndia sahil.goyal
Addressed the comment #24 in this patch and attaching the interdiff along, made clear off php coding standard issues.
The last submitted patch, 28: 2745805-28.patch, failed testing. View results โ