# HG changeset patch # User bsw # Date 1632834114 -7200 # Node ID ae45894bbf0873abf2c8731cb2e72f0af81a706d # Parent c06c22e8ee3508d24e62bed8cbabc5f8c4c439f9 Check for member before checking supporter status diff -r c06c22e8ee35 -r ae45894bbf08 app/main/initiative/_suggestions.lua --- a/app/main/initiative/_suggestions.lua Tue Sep 28 13:54:08 2021 +0200 +++ b/app/main/initiative/_suggestions.lua Tue Sep 28 15:01:54 2021 +0200 @@ -140,7 +140,7 @@ ui.container { content = _"written and rated by the supportes of this initiative to improve the proposal and its reasons" } - if initiative.member_info.supported and not active_trustee_id then + if app.session.member_id and initiative.member_info.supported and not active_trustee_id then ui.link { attr = { style = "margin-top: 1ex;",