liquid_feedback_frontend

diff app/main/initiative/_action/create.lua @ 3:768faea1096d

Version alpha4

Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.

Initiatives may provide a link to an external discussion platform

Direct link on every initiative page to create an alternative initiative

Bugfix: No error when clicking "neutral", when "neutral" is currently selected
author bsw
date Mon Nov 30 12:00:00 2009 +0100 (2009-11-30)
parents 3bfb2fcf7ab9
children 80c215dbf076
line diff
     1.1 --- a/app/main/initiative/_action/create.lua	Mon Nov 23 12:00:00 2009 +0100
     1.2 +++ b/app/main/initiative/_action/create.lua	Mon Nov 30 12:00:00 2009 +0100
     1.3 @@ -23,7 +23,8 @@
     1.4  end
     1.5  
     1.6  initiative.issue_id = issue.id
     1.7 -param.update(initiative, "name")
     1.8 +
     1.9 +param.update(initiative, "name", "discussion_url")
    1.10  initiative:save()
    1.11  
    1.12  local draft = Draft:new()

Impressum / About Us