There was an error while loading. Please reload this page.
2 parents c354142 + a892f23 commit 3c633caCopy full SHA for 3c633ca
1 file changed
product_listings_manager/products.py
@@ -268,6 +268,7 @@ def get_module(compose_dbh, name, stream):
268
FROM modules
269
WHERE name = %(name)s
270
AND stream = %(stream)s
271
+ ORDER BY version DESC
272
"""
273
dbc = compose_dbh.cursor()
274
Products.execute_query(dbc, qry, **qargs)
0 commit comments