bsw/jbe@0: local initiative = Initiative:new_selector():add_where{ "id = ?", param.get_id()}:single_object_mode():exec() bsw/jbe@0: bsw/jbe@0: local member = app.session.member bsw/jbe@0: bsw/jbe@0: local supporter = Supporter:by_pk(initiative.id, member.id) bsw/jbe@0: bsw/jbe@0: if supporter then bsw/jbe@0: supporter:destroy() bsw/jbe@0: slot.put_into("notice", _"Your support has been removed from this initiative") bsw/jbe@0: else bsw/jbe@0: slot.put_into("notice", _"You are already not supporting this initiative") bsw/jbe@0: end