Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2017 at 19:28 UTC
Updated:
18 Feb 2017 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
20th commentedBefore accessing
versionelement of theinfoarray, the code should check that this element exists.If it does not exist, theme
versionshould be set toNULL, this way the version will be correctly displayed asUnknownin the list of platform packages in the UI.Comment #3
20th commentedThe patch from #2 applies only to branch
7.x-3.x.The
7.x-4.xbranch is not affected by this error because it does not have the same line of code. It looks like the patch from #2530904: Unknown package version in Drupal 7 was committed only to one of the branches.Uploading different patch for
7.x-4.xbranch because it would probably be better to add this functionality there as well.Comment #5
helmo commentedThanks, committed.
Don't worry about the 4.x branch ... It's way behind 3.x and currently more a placeholder for issue management.