liquid_feedback_frontend
annotate app/main/issue/_list_initiatives.lua @ 150:eaf3db89a6e1
implement initiative pager in content_navigation
this allows you to swtich between the initiatives very quickly
this allows you to swtich between the initiatives very quickly
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Fri Oct 08 04:29:20 2010 +0200 (2010-10-08) |
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 } |