liquid_feedback_frontend
diff app/main/interest/_action/update.lua @ 243:ec86db506312
Removed autoreject support (which was removed from core-2)
| author | bsw |
|---|---|
| date | Fri Dec 30 03:04:17 2011 +0100 (2011-12-30) |
| parents | 86988175dc89 |
| children | bde068b37608 |
line diff
1.1 --- a/app/main/interest/_action/update.lua Fri Dec 30 03:02:09 2011 +0100 1.2 +++ b/app/main/interest/_action/update.lua Fri Dec 30 03:04:17 2011 +0100 1.3 @@ -26,11 +26,8 @@ 1.4 interest = Interest:new() 1.5 interest.issue_id = issue_id 1.6 interest.member_id = app.session.member_id 1.7 - interest.autoreject = false 1.8 end 1.9 1.10 -interest.autoreject = param.get("autoreject", atom.boolean) 1.11 - 1.12 interest:save() 1.13 1.14 slot.put_into("notice", _"Interest updated")