liquid_feedback_frontend

annotate 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
author bsw
date Mon Nov 30 12:00:00 2009 +0100 (2009-11-30)
parents
children 72c5e0ee7c98
rev   line source
bsw@3 1 local initiative = Initiative:by_id(param.get_id())
bsw@3 2 param.update(initiative, "discussion_url")
bsw@3 3 initiative:save()
bsw@3 4
bsw@3 5 slot.put_into("notice", _"Initiative successfully updated")
bsw@3 6

Impressum / About Us