liquid_feedback_frontend

diff model/unit.lua @ 1309:32cc544d5a5b

Cumulative patch for upcoming frontend version 4
author bsw/jbe
date Sun Jul 15 14:07:29 2018 +0200 (2018-07-15)
parents 904f6807f7fa
children 2a0d86117d54
line diff
     1.1 --- a/model/unit.lua	Thu Jun 23 03:30:57 2016 +0200
     1.2 +++ b/model/unit.lua	Sun Jul 15 14:07:29 2018 +0200
     1.3 @@ -7,7 +7,8 @@
     1.4    this_key      = 'id',
     1.5    that_key      = 'unit_id',
     1.6    ref           = 'areas',
     1.7 -  back_ref      = 'unit'
     1.8 +  back_ref      = 'unit',
     1.9 +  default_order = "area.name, area.id"
    1.10  }
    1.11  
    1.12  Unit:add_reference{

Impressum / About Us