liquid_feedback_frontend

diff app/main/delegation/_info.lua @ 551:c1dc3b14a4f3

Initiative and initiative member_info preloading
author bsw
date Fri Jun 15 19:00:43 2012 +0200 (2012-06-15)
parents 57a261a81c5a
children a3eb6ca34484
line diff
     1.1 --- a/app/main/delegation/_info.lua	Tue May 29 20:52:49 2012 +0200
     1.2 +++ b/app/main/delegation/_info.lua	Fri Jun 15 19:00:43 2012 +0200
     1.3 @@ -25,7 +25,9 @@
     1.4  end
     1.5  
     1.6  if issue then
     1.7 -  info = issue.member_info
     1.8 +  if app.session.member_id then
     1.9 +    info = issue.member_info
    1.10 +  end
    1.11    delegation_text = _"Delegate issue"
    1.12  end
    1.13  
    1.14 @@ -185,4 +187,4 @@
    1.15          
    1.16    }
    1.17  
    1.18 -end
    1.19 \ No newline at end of file
    1.20 +end

Impressum / About Us