Commit ee7d674f authored by Jérome Perrin's avatar Jérome Perrin

rename dialog to respect naming conventions

parent a137b213
......@@ -71,7 +71,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Foo_selectBarDialog?reset:int=1</string> </value>
<value> <string>string:${object_url}/Foo_viewSelectBarDialog?reset:int=1</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -111,7 +111,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Foo_selectBarDialog</string> </value>
<value> <string>Foo_viewSelectBarDialog</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......@@ -119,7 +119,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>Foo_selectBarDialog</string> </value>
<value> <string>Foo_viewSelectBarDialog</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......
......@@ -59,7 +59,7 @@ for name in (\'foo_module\', \'bar_module\'):\n
module.setLastId(1)\n
\n
# Reset the foo module listbox\n
form = context.Foo_selectBarDialog\n
form = context.Foo_viewSelectBarDialog\n
\n
default_columns = \'\\n\'.join(( \'id | ID\'\n
, \'title | Title\'\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