liquid_feedback_frontend
annotate app/main/issue/_list_initiatives.lua @ 107:eeb167cf9dc4
add comand line admin tool
started a command line admin tool to help development.
currently supports setting login passwords and list users
started a command line admin tool to help development.
currently supports setting login passwords and list users
| author | Daniel Poelzleithner <poelzi@poelzi.org> |
|---|---|
| date | Sun Sep 19 01:33:23 2010 +0200 (2010-09-19) |
| parents | 00d1004545f1 |
| children | 7196685f9dd7 |
| rev | line source |
|---|---|
| bsw/jbe@19 | 1 local issue = param.get("issue", "table") |
| bsw/jbe@19 | 2 |
| bsw/jbe@19 | 3 execute.view{ |
| bsw/jbe@19 | 4 module = "initiative", |
| bsw/jbe@19 | 5 view = "_list", |
| bsw/jbe@19 | 6 params = { |
| bsw/jbe@19 | 7 issue = issue, |
| bsw/jbe@19 | 8 initiatives_selector = issue:get_reference_selector("initiatives") |
| bsw/jbe@19 | 9 } |
| bsw/jbe@19 | 10 } |