# HG changeset patch # User bsw # Date 1426887316 -3600 # Node ID e4df22c3a69f6605eb3412ce8d1239da16e6cf53 # Parent c6690fe0427d2470378aa95e75127829ba19b023 Bugfix: Allow choosing a delegatee during voting phase diff -r c6690fe0427d -r e4df22c3a69f app/main/issue/_sidebar_whatcanido.lua --- a/app/main/issue/_sidebar_whatcanido.lua Tue Jan 27 12:14:23 2015 +0100 +++ b/app/main/issue/_sidebar_whatcanido.lua Fri Mar 20 22:35:16 2015 +0100 @@ -431,6 +431,10 @@ end ) end + end + + if privileged_to_vote and not issue.closed then + if not issue.member_info.first_trustee_id then ui.sidebarSection( function () ui.heading{ level = 3, content = _"I want to delegate this issue" }