liquid_feedback_frontend

diff app/main/initiative/show_tab.lua @ 525:63d6549cc00b

Delegation chain preview improved, better visualisation of current context, code cleanup
author bsw
date Fri May 18 19:07:07 2012 +0200 (2012-05-18)
parents 808269b7f41c
children 4cee33ad5e16
line diff
     1.1 --- a/app/main/initiative/show_tab.lua	Tue Apr 17 00:07:04 2012 +0200
     1.2 +++ b/app/main/initiative/show_tab.lua	Fri May 18 19:07:07 2012 +0200
     1.3 @@ -52,10 +52,12 @@
     1.4    name = "suggestions",
     1.5    label = _"Suggestions" .. " (" .. tostring(suggestion_count) .. ")",
     1.6    icon = { static = "icons/16/comments.png" },
     1.7 -  module = "initiative",
     1.8 -  view = "_suggestions",
     1.9 +  module = "suggestion",
    1.10 +  view = "_list",
    1.11    params = {
    1.12 -    initiative = initiative
    1.13 +    initiative = initiative,
    1.14 +    suggestions_selector = initiative:get_reference_selector("suggestions"),
    1.15 +    tab_id = param.get("tab_id")
    1.16    }
    1.17  }
    1.18  

Impressum / About Us