Commit 079de6ec authored by Romain Courteaud's avatar Romain Courteaud

Revert "erp5_web_renderjs_ui: field_json.page is added for listbox configuration."

This reverts commit d6b94272.

Listbox navigation was broken because of this change.
parent f0795c08
...@@ -242,8 +242,7 @@ ...@@ -242,8 +242,7 @@
jio_key: result.data.rows[i].id,\n jio_key: result.data.rows[i].id,\n
selection_index: begin_from + i,\n selection_index: begin_from + i,\n
query: new URI(field_json.query).query(true).query + query_string,\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 })\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