liquid_feedback_frontend
diff app/main/initiative/new.lua @ 5:afd9f769c7ae
Version beta1
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
author | bsw/jbe |
---|---|
date | Fri Dec 25 12:00:00 2009 +0100 (2009-12-25) |
parents | 80c215dbf076 |
children | 3941792e8be6 |
line diff
1.1 --- a/app/main/initiative/new.lua Thu Dec 10 12:00:00 2009 +0100 1.2 +++ b/app/main/initiative/new.lua Fri Dec 25 12:00:00 2009 +0100 1.3 @@ -33,7 +33,7 @@ 1.4 ui.field.select{ 1.5 label = _"Policy", 1.6 name = "policy_id", 1.7 - foreign_records = Policy:new_selector():exec(), 1.8 + foreign_records = Policy:new_selector():add_order_by("index"):exec(), 1.9 foreign_id = "id", 1.10 foreign_name = "name" 1.11 }