liquid_feedback_frontend

changeset 713:7567db9ef18e

Improved data preloading of area list delegation info
author bsw
date Wed Jun 27 00:28:59 2012 +0200 (2012-06-27)
parents 0daedb7c1c11
children 1641f0218177
files app/main/index/_member_home.lua
line diff
     1.1 --- a/app/main/index/_member_home.lua	Wed Jun 27 00:24:32 2012 +0200
     1.2 +++ b/app/main/index/_member_home.lua	Wed Jun 27 00:28:59 2012 +0200
     1.3 @@ -111,6 +111,8 @@
     1.4        if area_count > 0 then
     1.5          local areas = areas_selector:exec()
     1.6          
     1.7 +        areas:load_delegation_info_once_for_member_id(member.id)
     1.8 +        
     1.9          for i, area in ipairs(areas) do
    1.10            execute.view{
    1.11              module = "area", view = "_list_entry", params = {

Impressum / About Us