From 2a606a3cd68d1e24aa90819c78f00554137cfebc Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Tue, 20 Dec 2005 15:51:23 +0000 Subject: [PATCH] added column sub_variation_text git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4806 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_core/Resource_zGetInventory.xml | 11 ++++++++++- .../erp5_core/Resource_zGetInventoryList.xml | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml index 036d130025..e4ffdddead 100755 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml @@ -15,7 +15,16 @@ <item> <key> <string>__ac_local_roles__</string> </key> <value> - <none/> + <dictionary> + <item> + <key> <string>alex</string> </key> + <value> + <list> + <string>Owner</string> + </list> + </value> + </item> + </dictionary> </value> </item> <item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml index 667d61954b..e8b12e746e 100755 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml @@ -231,6 +231,7 @@ SELECT\n resource.title AS resource_title,\n resource.relative_url AS resource_relative_url,\n stock.variation_text AS variation_text,\n + stock.sub_variation_text AS sub_variation_text,\n stock.resource_uid AS resource_uid,\n stock.uid AS stock_uid,\n stock.date as date,\n @@ -370,6 +371,7 @@ SELECT\n resource.title AS resource_title,\n resource.relative_url AS resource_relative_url,\n stock.variation_text AS variation_text,\n + stock.sub_variation_text AS sub_variation_text,\n stock.resource_uid AS resource_uid,\n stock.uid AS stock_uid,\n stock.date as date,\n -- 2.30.9