liquid_feedback_frontend
diff app/main/initiative/show.lua @ 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 | 8af806af86a0 |
children | cc64a4fc6ab6 |
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