Commit 1c0945c9 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_web_renderjs_ui: use correct value

parent 131f2cc3
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
"extended_search": gadget.props.options.extended_search,\n "extended_search": gadget.props.options.extended_search,\n
"sort_list": sort_query});\n "sort_list": sort_query});\n
}\n }\n
return gadget.redirect({jio_key: options.jio_key, view: options.view, "sort_list": sort_query});\n return gadget.redirect({jio_key: gadget.props.options.jio_key, view: gadget.props.options.view, "sort_list": sort_query});\n
});\n });\n
});\n });\n
});\n });\n
...@@ -473,7 +473,7 @@ ...@@ -473,7 +473,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>945.58533.55345.57856</string> </value> <value> <string>945.58543.30164.36744</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1442850207.57</float> <float>1442851961.02</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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