liquid_feedback_frontend
diff app/main/initiative/_sidebar_history.lua @ 1309:32cc544d5a5b
Cumulative patch for upcoming frontend version 4
| author | bsw/jbe |
|---|---|
| date | Sun Jul 15 14:07:29 2018 +0200 (2018-07-15) |
| parents | 701a5cf6b067 |
| children |
line diff
1.1 --- a/app/main/initiative/_sidebar_history.lua Thu Jun 23 03:30:57 2016 +0200 1.2 +++ b/app/main/initiative/_sidebar_history.lua Sun Jul 15 14:07:29 2018 +0200 1.3 @@ -7,7 +7,7 @@ 1.4 ui.heading { level = 1, content = _"History" } 1.5 end ) 1.6 execute.view { 1.7 - module = "issue", view = "_list2", params = { 1.8 + module = "issue", view = "_list", params = { 1.9 for_initiative = initiative, for_sidebar = true 1.10 } 1.11 }