Commit d8e6e6a4 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_web _renderjs_ui: fix should keep search parameter when accessing parent...

erp5_web _renderjs_ui: fix should keep search parameter when accessing parent module from breadcrumb

bug: 20160107-442A08
parent 477f26a3
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
});\n });\n
} else {\n } else {\n
// Parent is an ERP5 document\n // Parent is an ERP5 document\n
return gadget.getUrlFor({command: \'display\', options: {jio_key: jio_key}})\n return gadget.getUrlFor({command: \'display_stored_state\', options: {jio_key: jio_key}})\n
.push(function (parent_href) {\n .push(function (parent_href) {\n
parent_list.unshift({\n parent_list.unshift({\n
title: parent_link.name,\n title: parent_link.name,\n
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>romain</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>946.30044.42475.51968</string> </value> <value> <string>948.27218.44922.10717</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -361,8 +361,8 @@ ...@@ -361,8 +361,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1444986060.46</float> <float>1452705041.4</float>
<string>GMT</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
\n \n
<tr>\n <tr>\n
<td>assertElementPresent</td>\n <td>assertElementPresent</td>\n
<td>//div[@data-gadget-scope=\'m\']//a[text()=\'Foos\' and contains(@href, \'#!display\') and contains(@href, \'n.jio_key=foo_module\')]</td>\n <td>//div[@data-gadget-scope=\'m\']//a[text()=\'Foos\' and contains(@href, \'#!display_stored_state\') and contains(@href, \'n.jio_key=foo_module\')]</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<!-- Follow module link -->\n <!-- Follow module link -->\n
<tr>\n <tr>\n
<td>click</td>\n <td>click</td>\n
<td>//div[@data-gadget-scope=\'m\']//a[text()=\'Foos\' and contains(@href, \'#!display\') and contains(@href, \'n.jio_key=foo_module\')]</td>\n <td>//div[@data-gadget-scope=\'m\']//a[text()=\'Foos\' and contains(@href, \'#!display_stored_state\') and contains(@href, \'n.jio_key=foo_module\')]</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\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