Commit 292bd40c authored by Fabien Morin's avatar Fabien Morin

selection_name was not precise enough for example, if your have two tabs in...

selection_name was not precise enough for example, if your have two tabs in your browser, one on Person Portal Type and one on Organisation Portal Type and you go on Action Information subobject and use the next and previous arrows to naviagate between the action, Organisation and Person will be mixed up because of they use same selection name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35607 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af91e022
......@@ -63,6 +63,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
......@@ -91,6 +95,12 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>sort</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -191,7 +201,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>action_selection</string> </value>
<value> <string>search_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
......@@ -261,4 +271,20 @@
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: \'%s_%s_%s_selection\' % (form.getId(), field.getId(), here.getId())</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
1585
\ No newline at end of file
1587
\ 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