liquid_feedback_frontend
diff app/main/delegation/new.lua @ 491:1dd1f2c2112c
Disable current member as delegatee in new delegation dialog
author | bsw |
---|---|
date | Thu Mar 15 20:58:09 2012 +0100 (2012-03-15) |
parents | f8481330f4c2 |
children |
line diff
1.1 --- a/app/main/delegation/new.lua Thu Mar 15 20:56:13 2012 +0100 1.2 +++ b/app/main/delegation/new.lua Thu Mar 15 20:58:09 2012 +0100 1.3 @@ -162,6 +162,7 @@ 1.4 1.5 disabled_records = {} 1.6 disabled_records["_"] = true 1.7 + disabled_records[app.session.member_id] = true 1.8 1.9 ui.field.select{ 1.10 label = _"Trustee",