liquid_feedback_frontend
diff app/main/suggestion/_list.lua @ 965:65c95cb65b4e
Removed harmonic sorting from suggestions
author | bsw |
---|---|
date | Thu Feb 21 19:35:13 2013 +0100 (2013-02-21) |
parents | aa91b62e3be8 |
children | e4ceb185092e |
line diff
1.1 --- a/app/main/suggestion/_list.lua Thu Feb 21 19:32:48 2013 +0100 1.2 +++ b/app/main/suggestion/_list.lua Thu Feb 21 19:35:13 2013 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 local initiative = param.get("initiative", "table") 1.5 local suggestions_selector = param.get("suggestions_selector", "table") 1.6 1.7 -suggestions_selector:add_order_by("harmonic_weight DESC NULLS LAST, id") 1.8 +suggestions_selector:add_order_by("plus2_unfulfilled_count + plus1_unfulfilled_count DESC, id") 1.9 1.10 local ui_filters = ui.filters 1.11 if true or not show_filter then