# HG changeset patch # User bsw # Date 1340793074 -7200 # Node ID a53b4485a3d37a0824f15c30861f0a13d3e0dca6 # Parent 21ae6ff8629a3d037917e3d6986711d2a8a7bef5 Fixed preloading of initiative data for issue head diff -r 21ae6ff8629a -r a53b4485a3d3 app/main/initiative/show.lua --- a/app/main/initiative/show.lua Wed Jun 27 01:56:07 2012 +0200 +++ b/app/main/initiative/show.lua Wed Jun 27 12:31:14 2012 +0200 @@ -1,4 +1,5 @@ local initiative = Initiative:by_id(param.get_id()) +initiative:load_everything_for_member_id(app.session.member_id) local issue = initiative.issue