Problem/Motivation
Module install and uninstall is referred to using enable and disable in the Update module.
Steps to reproduce
Proposed resolution
Fix occurrences in comments.
Remaining tasks
MR
Review
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3414172-nr-bot.txt | 90 bytes | needs-review-queue-bot |
Issue fork drupal-3414172
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3414172-in-update-module
changes, plain diff MR !6131
Comments
Comment #3
quietone commentedFixed the last ones and this is ready for review now.
Comment #4
smustgrave commentedI'm 99% positive the javascript error is random but I can't rerun as @quietone is a committer.
Reviewing the text changes though and everything still reads fine.
Comment #5
quietone commentedThe failed test was Drupal\Tests\standard\FunctionalJavascript\StandardPerformanceTest::testLoginBlock which should be fixed by #3420401: StandardPerformanceTest fails randomly on MySQL and consistently on Postgres.
Comment #6
gábor hojtsyHm I re-ran
PHPUnit Functional Javascript 1/2which was failing but it still fails.Comment #7
quietone commentedI rebased and tests are passing now
Comment #8
needs-review-queue-bot commentedThe 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 necessarily 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.
Comment #9
quietone commentedComment #10
smustgrave commentedAm seeing all green now.
Comment #13
catchCommitted/pushed to 11.x and cherry-picked to 10.3.x, thanks!