Commit 3480a46c authored by Jérome Perrin's avatar Jérome Perrin

only change layout


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5610 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64d9500c
......@@ -52,6 +52,12 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>section_category</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<value>
......@@ -70,9 +76,10 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>node_uid</string>
<string>at_date</string>
<string>simulation_state</string>
<string>node_uid</string>
<string>at_date</string>
<string>section_category</string>
<string>simulation_state</string>
</list>
</value>
</item>
......@@ -124,6 +131,12 @@
</list>
</value>
</item>
<item>
<key> <string>_dav_writelocks</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>allow_simple_one_argument_traversal</string> </key>
<value>
......@@ -134,6 +147,7 @@
<key> <string>arguments_src</string> </key>
<value> <string>node_uid\r\n
at_date\r\n
section_category\n
simulation_state:list</string> </value>
</item>
<item>
......@@ -150,7 +164,9 @@ simulation_state:list</string> </value>
</item>
<item>
<key> <string>connection_hook</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>connection_id</string> </key>
......@@ -176,7 +192,7 @@ SELECT DISTINCT\n
catalog.uid,\n
catalog.path,\n
catalog.relative_url,\n
catalog.title, \n
catalog.title,\n
catalog.portal_type\n
FROM\n
catalog,\n
......@@ -191,11 +207,13 @@ WHERE\n
</dtml-if>\n
<dtml-if simulation_state>\n
AND ( <dtml-in simulation_state>\n
stock.simulation_state = <dtml-sqlvar sequence-item type="string"><dtml-unless sequence-end>OR </dtml-unless>\n
stock.simulation_state = <dtml-sqlvar sequence-item type="string">\n
<dtml-unless sequence-end>OR </dtml-unless>\n
</dtml-in> )\n
</dtml-if>\n
ORDER BY\n
catalog.portal_type, catalog.title
catalog.portal_type, catalog.title\n
]]></string> </value>
</item>
......@@ -237,7 +255,7 @@ SELECT DISTINCT\n
catalog.uid,\n
catalog.path,\n
catalog.relative_url,\n
catalog.title, \n
catalog.title,\n
catalog.portal_type\n
FROM\n
catalog,\n
......@@ -252,11 +270,13 @@ WHERE\n
</dtml-if>\n
<dtml-if simulation_state>\n
AND ( <dtml-in simulation_state>\n
stock.simulation_state = <dtml-sqlvar sequence-item type="string"><dtml-unless sequence-end>OR </dtml-unless>\n
stock.simulation_state = <dtml-sqlvar sequence-item type="string">\n
<dtml-unless sequence-end>OR </dtml-unless>\n
</dtml-in> )\n
</dtml-if>\n
ORDER BY\n
catalog.portal_type, catalog.title
catalog.portal_type, catalog.title\n
]]></string> </value>
</item>
......@@ -272,4 +292,25 @@ ORDER BY\n
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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