Commit 6676f645 authored by Jérome Perrin's avatar Jérome Perrin

Update URL methods with new listbox API

parent 38a9c0e0
......@@ -64,7 +64,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>brain, selection, selection_name</string> </value>
<value> <string>brain, selection, selection_name, *args, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
677
\ No newline at end of file
678
\ No newline at end of file
......@@ -64,7 +64,7 @@ return \'%s/view?selection_name=%s&selection_index=%s\' % (\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>brain, selection, selection_name</string> </value>
<value> <string>brain, selection, selection_name, *args, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
293
\ No newline at end of file
294
\ No newline at end of file
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>brain, selection, selection_name</string> </value>
<value> <string>brain, selection, selection_name, *args, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
41146
\ No newline at end of file
41148
\ 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