liquid_feedback_frontend

annotate app/main/member/_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 5c601807d397
children afd9f769c7ae
rev   line source
bsw@2 1 param.update(app.session.member,
bsw@2 2 "name",
bsw@2 3 "organizational_unit",
bsw@2 4 "internal_posts",
bsw@2 5 "realname",
bsw@2 6 "birthday",
bsw@2 7 "address",
bsw@2 8 "email",
bsw@2 9 "xmpp_address",
bsw@2 10 "website",
bsw@2 11 "phone",
bsw@2 12 "mobile_phone",
bsw@2 13 "profession",
bsw@2 14 "external_memberships",
bsw@2 15 "external_posts",
bsw@2 16 "statement"
bsw@2 17 )
bsw/jbe@0 18
bsw/jbe@0 19 app.session.member:save()
bsw/jbe@0 20
bsw/jbe@0 21
bsw/jbe@0 22 slot.put_into("notice", _"Your page has been updated")

Impressum / About Us