Add core_version_requirement: ^8 || ^9 to auto_menutitle.info.yml to designate that the module is compatible with Drupal 9. See https://www.drupal.org/node/3070687.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screenshot 2020-04-28 at 8.10.38 PM.png | 23.35 KB | Lal_ |
| #5 | 3128482-5.patch | 1.01 KB | kapilv |
| #2 | 3128482-2.patch | 395 bytes | mo_farhaz |
Comments
Comment #2
mo_farhaz commentedcore version requirement added.
Comment #3
kapilv commentedComment #4
ashishdalviHi @mo_farhaz,
I executed drupal-check and identified the below drupal 9 readiness issues in modules. I feel this should be the scope of current ticket.
Line auto_menutitle.install
------ ----------------------------------------------------
22 Call to deprecated function node_type_get_types():
in drupal:8.0.0 and is removed from drupal:9.0.0.
Use \Drupal\node\Entity\NodeType::loadMultiple().
------ ----------------------------------------------------
[ERROR] Found 1 error
Comment #5
kapilv commentedComment #6
kapilv commentedComment #7
Lal_Looks good moving the upgrade status passes the module
Comment #8
Lal_Comment #9
nehajyoti commentedPatch got applied cleanly and issue has been RTBCd, hence committing the patch.
Comment #10
nehajyoti commented