Commit 20f514cc authored by Ivan Tyagov's avatar Ivan Tyagov

Use page passed from jqgrid javascript plugin not one calculated by Listbox server side code

which is not correct.
parent 6e758ade
......@@ -94,7 +94,7 @@ current_page_stop = (total_line < current_page_max) and total_line or current_p
#context.log("%s %s %s %s %s %s" %(listbox_max_lines, total_line, current_page,\n
# current_page_max, current_page_start, current_page_stop))\n
\n
json = {"page": current_page,\n
json = {"page": page,\n
"total": total_pages,\n
"records": total_line,\n
"rows":row_list}\n
......
1
\ No newline at end of file
2
\ No newline at end of file
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