liquid_feedback_frontend
annotate app/main/index/broken_delegations.lua @ 1430:5d891c23c8d7
Removed wrong condition
| author | bsw | 
|---|---|
| date | Fri Oct 05 21:58:05 2018 +0200 (2018-10-05) | 
| parents | 6f4ee6090ff5 | 
| children | 
| rev | line source | 
|---|---|
| bsw@607 | 1 ui.title(_"Broken delegations") | 
| bsw@607 | 2 | 
| bsw@558 | 3 execute.view{ | 
| bsw@558 | 4 module = "delegation", | 
| bsw@558 | 5 view = "_list", | 
| bsw@558 | 6 params = { | 
| bsw@558 | 7 delegations_selector = Delegation:selector_for_broken(app.session.member_id), | 
| bsw@558 | 8 outgoing = true | 
| bsw@558 | 9 } | 
| bsw@558 | 10 } |