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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_group-3092313-fix_hook_update_removal-2.patch | 375 bytes | generalredneck |
Comments
Comment #2
generalredneckPlease see the following patch
Comment #3
swentel commentedRight, that makes sense, thanks!
Comment #5
nils.destoop commentedGood catch. Committed it to dev