liquid_feedback_frontend
diff app/main/initiative/_action/update.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
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 | |
children | 72c5e0ee7c98 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/initiative/_action/update.lua Mon Nov 30 12:00:00 2009 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +local initiative = Initiative:by_id(param.get_id()) 1.5 +param.update(initiative, "discussion_url") 1.6 +initiative:save() 1.7 + 1.8 +slot.put_into("notice", _"Initiative successfully updated") 1.9 +