liquid_feedback_frontend

diff model/issue.lua @ 982:bb5a337b5f2a

Fix ordering of revoked initiatives
author bsw
date Sun Mar 17 16:25:49 2013 +0100 (2013-03-17)
parents 9e5eb584fd43
children 350a57518529
line diff
     1.1 --- a/model/issue.lua	Sun Mar 17 15:55:30 2013 +0100
     1.2 +++ b/model/issue.lua	Sun Mar 17 16:25:49 2013 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4    that_key      = 'issue_id',
     1.5    ref           = 'initiatives',
     1.6    back_ref      = 'issue',
     1.7 -  default_order = 'initiative.admitted DESC, initiative.rank, initiative.harmonic_weight DESC NULLS LAST, id'
     1.8 +  default_order = 'initiative.admitted DESC NULLS LAST, initiative.rank NULLS LAST, initiative.harmonic_weight DESC NULLS LAST, id'
     1.9  }
    1.10  
    1.11  Issue:add_reference{

Impressum / About Us