Basically, it's only displaying the core version. I think we should test for an 'x' and a '-', and remove everything up to and including the dash. That way the module/theme versions will be consistent with those in core.

package_versions.png

CommentFileSizeAuthor
package_versions.png11.37 KBergonlogic

Comments

ergonlogic’s picture

From #2019631: Views handler for package versions not numeric:

The view hosting_package_list on node/%/packages shown a version of '7' for most contribs. The 7.22 for core packages is OK.
The reason seems to be that views_handler_field_numeric is used for the version field. And '7.x-1.15' isn't.

ergonlogic’s picture

Component: User interface » Views integration
helmo’s picture

Status: Needs review » Fixed

Merged, thanks

Status: Fixed » Closed (fixed)

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

  • Commit 107ee46 on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x authored by Deciphered, committed by helmo:
    #2014589: Fixed package release/version views handler.
    

  • Commit 107ee46 on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x authored by Deciphered, committed by helmo:
    #2014589: Fixed package release/version views handler.