Commit 0dc5848d authored by Jérome Perrin's avatar Jérome Perrin

use a different selection name for each alarm on Alarm_view/listbox, because...

use a different selection name for each alarm on Alarm_view/listbox, because those default parameters cannot be used for two different alams

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e52c768
......@@ -287,7 +287,9 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>sort</string> </key>
......@@ -439,7 +441,7 @@
<item>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
......@@ -570,6 +572,22 @@
</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>string:alarm_selection_${here/getPath}</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
......
1023
\ No newline at end of file
1024
\ 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