liquid_feedback_frontend
changeset 377:bf99dcc58f68
Set revoked_by_member_id in initiative to make revoking work
author | bsw |
---|---|
date | Sun Mar 04 19:06:17 2012 +0100 (2012-03-04) |
parents | e957acdc4ba2 |
children | 2dae61588cee |
files | app/main/initiative/_action/revoke.lua |
line diff
1.1 --- a/app/main/initiative/_action/revoke.lua Sun Mar 04 16:20:56 2012 +0100 1.2 +++ b/app/main/initiative/_action/revoke.lua Sun Mar 04 19:06:17 2012 +0100 1.3 @@ -40,6 +40,7 @@ 1.4 return false 1.5 end 1.6 1.7 +initiative.revoked_by_member_id = app.session.member_id 1.8 initiative.revoked = "now" 1.9 initiative:save() 1.10