liquid_feedback_frontend
diff app/main/contact/_action/add_member.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 | 3bfb2fcf7ab9 |
| children | afd9f769c7ae |
line diff
1.1 --- a/app/main/contact/_action/add_member.lua Mon Nov 23 12:00:00 2009 +0100 1.2 +++ b/app/main/contact/_action/add_member.lua Mon Nov 30 12:00:00 2009 +0100 1.3 @@ -21,7 +21,7 @@ 1.4 contact:save() 1.5 1.6 if public then 1.7 - slot.put_into("notice", _"Member has been saved as public contact") 1.8 +-- slot.put_into("notice", _"Member has been saved as public contact") 1.9 else 1.10 - slot.put_into("notice", _"Member has been saved as private contact") 1.11 +-- slot.put_into("notice", _"Member has been saved as private contact") 1.12 end