liquid_feedback_frontend

diff app/main/index/_not_voted_issues.lua @ 478:87c33552f406

Fix links from area list to issue phases
author bsw
date Thu Mar 15 08:46:52 2012 +0100 (2012-03-15)
parents 4f39f0a0d5b5
children
line diff
     1.1 --- a/app/main/index/_not_voted_issues.lua	Wed Mar 14 21:33:51 2012 +0100
     1.2 +++ b/app/main/index/_not_voted_issues.lua	Thu Mar 15 08:46:52 2012 +0100
     1.3 @@ -27,7 +27,9 @@
     1.4                view = "show",
     1.5                id = record.id,
     1.6                params = { 
     1.7 +                tab = "open",
     1.8                  filter = "frozen",
     1.9 +                filter_interest = "any",
    1.10                  filter_voting = "not_voted"
    1.11                }
    1.12              }
    1.13 @@ -51,8 +53,9 @@
    1.14                view = "show",
    1.15                id = record.id,
    1.16                params = { 
    1.17 +                tab = "open",
    1.18                  filter = "frozen",
    1.19 -                filter_interest = "my",
    1.20 +                filter_interest = "issue",
    1.21                  filter_voting = "not_voted"
    1.22                }
    1.23              }

Impressum / About Us