-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
1. getVersionLabel(versionFile) != versionEntry.getVersionLabel()
getVersionLabel, if it's .v2 will return 2.
versionEntry.getVersionLabel returns major + . + minor.
The fix is to check getVersionLabel to see if it was version + minor, if not
then add .0. Should only be a problem with major version files.
Original issue reported on code.google.com by peter.mo...@alfresco.com
on 30 Apr 2014 at 2:06