From: Thierry Parmentelat Date: Sun, 24 Mar 2013 11:23:01 +0000 (+0100) Subject: export 'checkboxes' to the js plugin as well of course X-Git-Tag: myslice-django-0.1-2~13 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=36b950cdd3944a7e8d924927225b8b3a6f4a2f56 export 'checkboxes' to the js plugin as well of course --- diff --git a/plugins/hazelnut/hazelnut.py b/plugins/hazelnut/hazelnut.py index ea6643ab..d8a6ca0f 100644 --- a/plugins/hazelnut/hazelnut.py +++ b/plugins/hazelnut/hazelnut.py @@ -33,4 +33,4 @@ class Hazelnut (Plugin): return reqs # the list of things passed to the js plugin - def json_settings_list (self): return ['plugin_uuid','query_uuid'] + def json_settings_list (self): return ['plugin_uuid','query_uuid','checkboxes']