liquid_feedback_frontend
diff app/main/delegation/_info.lua @ 547:57a261a81c5a
Added preloading to issue list
author | bsw |
---|---|
date | Tue May 29 20:43:27 2012 +0200 (2012-05-29) |
parents | 5ca9de94cb13 |
children | c1dc3b14a4f3 |
line diff
1.1 --- a/app/main/delegation/_info.lua Sun May 27 23:08:33 2012 +0200 1.2 +++ b/app/main/delegation/_info.lua Tue May 29 20:43:27 2012 +0200 1.3 @@ -25,8 +25,7 @@ 1.4 end 1.5 1.6 if issue then 1.7 - issue:load_delegation_info_once_for_member_id(app.session.member_id) 1.8 - info = issue.delegation_info 1.9 + info = issue.member_info 1.10 delegation_text = _"Delegate issue" 1.11 end 1.12