liquid_feedback_frontend
diff app/main/initiative/_action/create.lua @ 1096:9604ba51624a
Fixed poll flag for initiatives
| author | bsw |
|---|---|
| date | Tue Oct 21 17:56:59 2014 +0200 (2014-10-21) |
| parents | 5b65ea5c24f5 |
| children | 32cc544d5a5b |
line diff
1.1 --- a/app/main/initiative/_action/create.lua Mon Oct 20 12:55:16 2014 +0200 1.2 +++ b/app/main/initiative/_action/create.lua Tue Oct 21 17:56:59 2014 +0200 1.3 @@ -99,7 +99,7 @@ 1.4 end 1.5 1.6 local timing 1.7 -if policy.free_timeable then 1.8 +if not issue and policy.free_timeable then 1.9 local free_timing_string = util.trim(param.get("free_timing")) 1.10 if not free_timing_string or #free_timing_string < 1 then 1.11 slot.put_into("error", _"Choose timing")