# HG changeset patch # User bsw # Date 1361471713 -3600 # Node ID 65c95cb65b4e68a54c979075983bca9fe5a33519 # Parent 1997cf1da04bdd171fa1026c07d441911ffe7b75 Removed harmonic sorting from suggestions diff -r 1997cf1da04b -r 65c95cb65b4e app/main/suggestion/_list.lua --- a/app/main/suggestion/_list.lua Thu Feb 21 19:32:48 2013 +0100 +++ b/app/main/suggestion/_list.lua Thu Feb 21 19:35:13 2013 +0100 @@ -2,7 +2,7 @@ local initiative = param.get("initiative", "table") local suggestions_selector = param.get("suggestions_selector", "table") -suggestions_selector:add_order_by("harmonic_weight DESC NULLS LAST, id") +suggestions_selector:add_order_by("plus2_unfulfilled_count + plus1_unfulfilled_count DESC, id") local ui_filters = ui.filters if true or not show_filter then