Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.Problem/Motivation
system_requirements() still has some code targeted towards Drupal 7 to Drupal 8 updates. We don't deal with that anymore, see
// Ensure that if upgrading from 7 to 8 we have no disabled modules.
Proposed resolution
Remove that entire codeblock.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2542632-2.patch | 1.41 KB | joshi.rohit100 |
Comments
Comment #1
joshi.rohit100Comment #2
joshi.rohit100Comment #3
longwaveComment #4
catchCommitted/pushed to 8.0.x, thanks!