A scan with Upgrade Status indicates some new issues with deprecated code. Updates are needed to ensure Drupal 9 readiness.

Comments

mandclu created an issue. See original summary.

mandclu’s picture

Status: Active » Needs review
StatusFileSize
new9.72 KB
maursilveira’s picture

@mandclu I've tried to apply the patch, but I got the error message saying the patch can't be applied. I'm using the current latest dev version:

Development version: 8.x-2.x-dev updated 29 Jan 2020 at 17:31 UTC

Is this the one I should apply the patch against?

mandclu’s picture

@maursilveira if I try installing the current dev, either via:

composer require drupal/smart_date:2.x-dev

or

git clone --branch 8.x-2.x git@git.drupal.org:project/smart_date.git

Then I can apply the patch like so:

git apply -p1 < smart_date-drupal-9-readiness-update-3109891-2.patch

Can you clarify if your method was different?

maursilveira’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new21.12 KB

@mandclu I had downloaded the tar.gz file of latest dev version and copied the content over the previous one. But now I did view composer require and worked just fine. I could apply the patch, and after scanning again with module Upgrade Status, all error and warning messages are gone.

Moving this to RTBC. Good job!

  • mandclu committed cfa4345 on 8.x-2.x
    Issue #3109891 by mandclu, maursilveira: Update Drupal 9 readiness
    
mandclu’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for verifying, this is now merged in.

mandclu’s picture

Assigned: mandclu » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.