liquid_feedback_frontend

view app/main/index/broken_delegations.lua @ 1053:ba47b1e9ab00

Do not publicly expose screen name of a member revoking an initiative (if public access is configured as anonymous)
author bsw
date Tue Jul 15 21:39:20 2014 +0200 (2014-07-15)
parents 6f4ee6090ff5
children
line source
1 ui.title(_"Broken delegations")
3 execute.view{
4 module = "delegation",
5 view = "_list",
6 params = {
7 delegations_selector = Delegation:selector_for_broken(app.session.member_id),
8 outgoing = true
9 }
10 }

Impressum / About Us