Commit d6b94272 authored by Boris Kocherov's avatar Boris Kocherov Committed by Romain Courteaud

erp5_web_renderjs_ui: field_json.page is added for listbox configuration.

field_json.page is used as a selection click action
parent 906d83a5
......@@ -242,7 +242,8 @@
jio_key: result.data.rows[i].id,\n
selection_index: begin_from + i,\n
query: new URI(field_json.query).query(true).query + query_string,\n
list_method_template: field_json.list_method_template\n
list_method_template: field_json.list_method_template,\n
page: field_json.page\n
}\n
})\n
);\n
......
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