liquid_feedback_frontend
diff app/main/initiative/_show.lua @ 574:e7baf2713987
Make direct delegation to initiator work again
| author | bsw |
|---|---|
| date | Tue Jun 19 23:42:13 2012 +0200 (2012-06-19) |
| parents | 4cee33ad5e16 |
| children | 285d1ca156ba |
line diff
1.1 --- a/app/main/initiative/_show.lua Tue Jun 19 23:37:20 2012 +0200 1.2 +++ b/app/main/initiative/_show.lua Tue Jun 19 23:42:13 2012 +0200 1.3 @@ -19,7 +19,8 @@ 1.4 view = "_show", 1.5 params = { 1.6 issue = initiative.issue, 1.7 - initiative_limit = 3 1.8 + initiative_limit = 3, 1.9 + for_initiative = initiative 1.10 } 1.11 } 1.12 end)