Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.3.0
-
None
Description
The logic for comparing the version of a linked extension is reversed. MPEI will incorrectly either reinstall the existing extension or not download a newer version.
h4. Steps to Reproduce
An extension using the new feature to link other extensions only by Id is required. OnlineVideos in latest SVN can be checked.
h4. Additional Information
The fix is simply changing the CompareTo from >= 0 to < 0
h4. Steps to Reproduce
An extension using the new feature to link other extensions only by Id is required. OnlineVideos in latest SVN can be checked.
h4. Additional Information
The fix is simply changing the CompareTo from >= 0 to < 0