liquid_feedback_frontend

changeset 716:a53b4485a3d3

Fixed preloading of initiative data for issue head
author bsw
date Wed Jun 27 12:31:14 2012 +0200 (2012-06-27)
parents 21ae6ff8629a
children 46b94112781d
files app/main/initiative/show.lua
line diff
     1.1 --- a/app/main/initiative/show.lua	Wed Jun 27 01:56:07 2012 +0200
     1.2 +++ b/app/main/initiative/show.lua	Wed Jun 27 12:31:14 2012 +0200
     1.3 @@ -1,4 +1,5 @@
     1.4  local initiative = Initiative:by_id(param.get_id())
     1.5 +initiative:load_everything_for_member_id(app.session.member_id)
     1.6  
     1.7  local issue = initiative.issue
     1.8  

Impressum / About Us