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 @@ ...@@ -52,6 +52,12 @@
<dictionary/> <dictionary/>
</value> </value>
</item> </item>
<item>
<key> <string>section_category</string> </key>
<value>
<dictionary/>
</value>
</item>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>simulation_state</string> </key>
<value> <value>
...@@ -70,9 +76,10 @@ ...@@ -70,9 +76,10 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>node_uid</string> <string>node_uid</string>
<string>at_date</string> <string>at_date</string>
<string>simulation_state</string> <string>section_category</string>
<string>simulation_state</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -124,6 +131,12 @@ ...@@ -124,6 +131,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>_dav_writelocks</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>allow_simple_one_argument_traversal</string> </key> <key> <string>allow_simple_one_argument_traversal</string> </key>
<value> <value>
...@@ -134,6 +147,7 @@ ...@@ -134,6 +147,7 @@
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string>node_uid\r\n <value> <string>node_uid\r\n
at_date\r\n at_date\r\n
section_category\n
simulation_state:list</string> </value> simulation_state:list</string> </value>
</item> </item>
<item> <item>
...@@ -150,7 +164,9 @@ simulation_state:list</string> </value> ...@@ -150,7 +164,9 @@ simulation_state:list</string> </value>
</item> </item>
<item> <item>
<key> <string>connection_hook</string> </key> <key> <string>connection_hook</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>connection_id</string> </key> <key> <string>connection_id</string> </key>
...@@ -176,7 +192,7 @@ SELECT DISTINCT\n ...@@ -176,7 +192,7 @@ SELECT DISTINCT\n
catalog.uid,\n catalog.uid,\n
catalog.path,\n catalog.path,\n
catalog.relative_url,\n catalog.relative_url,\n
catalog.title, \n catalog.title,\n
catalog.portal_type\n catalog.portal_type\n
FROM\n FROM\n
catalog,\n catalog,\n
...@@ -191,11 +207,13 @@ WHERE\n ...@@ -191,11 +207,13 @@ WHERE\n
</dtml-if>\n </dtml-if>\n
<dtml-if simulation_state>\n <dtml-if simulation_state>\n
AND ( <dtml-in 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-in> )\n
</dtml-if>\n </dtml-if>\n
ORDER BY\n ORDER BY\n
catalog.portal_type, catalog.title catalog.portal_type, catalog.title\n
]]></string> </value> ]]></string> </value>
</item> </item>
...@@ -237,7 +255,7 @@ SELECT DISTINCT\n ...@@ -237,7 +255,7 @@ SELECT DISTINCT\n
catalog.uid,\n catalog.uid,\n
catalog.path,\n catalog.path,\n
catalog.relative_url,\n catalog.relative_url,\n
catalog.title, \n catalog.title,\n
catalog.portal_type\n catalog.portal_type\n
FROM\n FROM\n
catalog,\n catalog,\n
...@@ -252,11 +270,13 @@ WHERE\n ...@@ -252,11 +270,13 @@ WHERE\n
</dtml-if>\n </dtml-if>\n
<dtml-if simulation_state>\n <dtml-if simulation_state>\n
AND ( <dtml-in 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-in> )\n
</dtml-if>\n </dtml-if>\n
ORDER BY\n ORDER BY\n
catalog.portal_type, catalog.title catalog.portal_type, catalog.title\n
]]></string> </value> ]]></string> </value>
</item> </item>
...@@ -272,4 +292,25 @@ ORDER BY\n ...@@ -272,4 +292,25 @@ ORDER BY\n
</dictionary> </dictionary>
</pickle> </pickle>
</record> </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> </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