I was debugging and 3 weeks ago a commit went in that changed the way the upgrade path was handled. I don't have issue with the upgrade path itself, but the way it was handled. Eventually another "hook_update()" will be issued and to avoid problems, it is best practice to simply leave the function for the hook there while removing it's code so that someone doesn't accidentally code 8301 in the future as for those who upgraded to RC1 and then to a future version would be missing a crucial upgrade.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

generalredneck created an issue. See original summary.

generalredneck’s picture

Status: Active » Needs review
FileSize
375 bytes

Please see the following patch

swentel’s picture

Status: Needs review » Reviewed & tested by the community

Right, that makes sense, thanks!

nils.destoop’s picture

Status: Reviewed & tested by the community » Fixed

Good catch. Committed it to dev

Status: Fixed » Closed (fixed)

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