- First commit to issue fork.
- 🇺🇸United States volkswagenchick San Francisco Bay Area
Hi @reenaraghavan I see that you have over 30 issue credits.
It would benefit the community if Novice issues were reserved for novice contributors. Thanks. - 🇮🇳India reenaraghavan
Hi @volkswagenchick
I have not contributed in Drupal core much, so just tried with a Novice.
Will make sure not to pick Novice from next time onwards.Thanks
- 🇺🇸United States volkswagenchick San Francisco Bay Area
Thanks for your understanding, when we let beginners learn, we all benefit.
- First commit to issue fork.
- Merge request !3502Issue #3335308: Confusing behavior with FormState::setFormState and FormState::setMethod → (Open) created by royalpinto007
- Status changed to Needs review
almost 2 years ago 9:59am 20 February 2023 - 🇮🇳India royalpinto007
Previously, the isMethodType function in the HTTP Request class compared the HTTP method type case-sensitively. This made it difficult to match method types that were entered in a different case from the expected value. This commit updates the function to use strtoupper on both the $method_type parameter and the $method property, allowing for case-insensitive comparison.
As a beginner, it was good to learn from the statements provided above in the problem/motivation section.
Thanks!
- Status changed to Needs work
almost 2 years ago 12:36am 23 February 2023 - 🇺🇸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.
As a bug this will need a test case
- 🇮🇳India Abhijith S
Abhijith S → made their first commit to this issue’s fork.
- Status changed to Needs review
about 1 year ago 5:44am 18 December 2023 - Status changed to Needs work
about 1 year ago 2:31pm 18 December 2023 - Status changed to Needs review
about 1 year ago 10:54am 21 December 2023 - Status changed to RTBC
about 1 year ago 2:43pm 21 December 2023 - 🇺🇸United States smustgrave
@Abhijith S this issue was tagged for novice, which are intended for new users. See you have over 19 pages of posts so believe you should be good to work on non novice issues.
MR was actually very very behind, didn't have the code for gitlab so the pipeline wasn't running.
There were 2 failures: 1) Drupal\Tests\Core\Form\FormStateTest::testIsMethodType with data set #0 ('get', 'get', true) Failed asserting that false is identical to true. /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:121 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php:79 /builds/issue/drupal-3335308/core/tests/Drupal/Tests/Core/Form/FormStateTest.php:334 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/TestResult.php:728 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/TestSuite.php:684 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/TestSuite.php:684 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/TextUI/TestRunner.php:651 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/TextUI/Command.php:144 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/TextUI/Command.php:97 2) Drupal\Tests\Core\Form\FormStateTest::testIsMethodType with data set #1 ('get', 'GET', true) Failed asserting that false is identical to true. /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:121 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php:79 /builds/issue/drupal-3335308/core/tests/Drupal/Tests/Core/Form/FormStateTest.php:334 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/TestResult.php:728 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/TestSuite.php:684 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/Framework/TestSuite.php:684 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/TextUI/TestRunner.php:651 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/TextUI/Command.php:144 /builds/issue/drupal-3335308/vendor/phpunit/phpunit/src/TextUI/Command.php:97 FAILURES! Tests: 46, Assertions: 69, Failures: 2.
Test coverage is there and change makes sense. Even if just an extra precaution.
- Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
12 months ago Not currently mergeable. - Status changed to Needs work
11 months ago 5:03am 14 January 2024 The Needs Review Queue Bot → tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.