liquid_feedback_frontend

diff app/main/area/list.lua @ 273:7196685f9dd7

More optical enhancements, more repositioning
author bsw
date Wed Feb 08 18:49:22 2012 +0100 (2012-02-08)
parents 1b8d51e21614
children fecd4c13054a
line diff
     1.1 --- a/app/main/area/list.lua	Wed Feb 08 00:55:17 2012 +0100
     1.2 +++ b/app/main/area/list.lua	Wed Feb 08 18:49:22 2012 +0100
     1.3 @@ -1,6 +1,7 @@
     1.4  local unit_id = config.single_unit_id or param.get("unit_id", atom.integer)
     1.5  
     1.6  local areas_selector = Area:build_selector{ active = true, unit_id = unit_id }
     1.7 +areas_selector:add_order_by("member_weight DESC")
     1.8  
     1.9  local unit = Unit:by_id(unit_id)
    1.10  

Impressum / About Us