Commit 3ca2e68e authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Follow naming guidelines

parent e1ae0703
...@@ -103,6 +103,10 @@ ...@@ -103,6 +103,10 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>validator_field_id</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>validator_form_id</string> </key> <key> <string>validator_form_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -204,7 +208,7 @@ ...@@ -204,7 +208,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: [[\'couscous\', here.BusinessManager_getBuildingDialogParameterJSON()]]</string> </value> <value> <string>python: [[\'built_path_list\', here.BusinessManager_getBuildingDialogParameterJSON()]]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
rJS(window) rJS(window)
.declareMethod('render', function (options) { .declareMethod('render', function (options) {
var item_path_list = JSON.parse(options.couscous), var item_path_list = JSON.parse(options.built_path_list),
checked_list = JSON.parse(options.value).map( checked_list = JSON.parse(options.value).map(
function(element) {return element[0];} function(element) {return element[0];}
), ),
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
state_dict = { state_dict = {
key: options.key, key: options.key,
value: options.value, value: options.value,
couscous: options.couscous built_path_list: options.built_path_list
}; };
this.item_path_list = item_path_list; this.item_path_list = item_path_list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment