Commit f9348099 authored by Sebastien Robin's avatar Sebastien Robin

remove references to aggregate_text


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4687 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb2e7387
......@@ -23,7 +23,16 @@
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
<dictionary>
<item>
<key> <string>yo</string> </key>
<value>
<list>
<string>Owner</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
<item>
......@@ -231,7 +240,6 @@ SELECT\n
resource.title AS resource_title,\n
resource.relative_url AS resource_relative_url,\n
stock.variation_text AS variation_text,\n
stock.aggregate_text AS aggregate_text,\n
stock.resource_uid AS resource_uid,\n
stock.uid AS stock_uid,\n
stock.date as date,\n
......@@ -371,7 +379,6 @@ SELECT\n
resource.title AS resource_title,\n
resource.relative_url AS resource_relative_url,\n
stock.variation_text AS variation_text,\n
stock.aggregate_text AS aggregate_text,\n
stock.resource_uid AS resource_uid,\n
stock.uid AS stock_uid,\n
stock.date as date,\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