From 3e83a4ad974fa761de6bb40e9ecb255f3dc233a3 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Mon, 7 Mar 2011 14:46:26 +0000 Subject: [PATCH] Set business_template_skin_layer_priority to be higher than KM's one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44017 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_km_sphinxse_full_text_search.xml | 17 ++++++++++++++++- .../bt/revision | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_km_sphinxse_full_text_search/SkinTemplateItem/portal_skins/erp5_km_sphinxse_full_text_search.xml b/bt5/erp5_km_sphinxse_full_text_search/SkinTemplateItem/portal_skins/erp5_km_sphinxse_full_text_search.xml index cdb67f1651..d235d9863f 100644 --- a/bt5/erp5_km_sphinxse_full_text_search/SkinTemplateItem/portal_skins/erp5_km_sphinxse_full_text_search.xml +++ b/bt5/erp5_km_sphinxse_full_text_search/SkinTemplateItem/portal_skins/erp5_km_sphinxse_full_text_search.xml @@ -9,7 +9,18 @@ <item> <key> <string>_local_properties</string> </key> <value> - <tuple/> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>business_template_skin_layer_priority</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>float</string> </value> + </item> + </dictionary> + </tuple> </value> </item> <item> @@ -18,6 +29,10 @@ <tuple/> </value> </item> + <item> + <key> <string>business_template_skin_layer_priority</string> </key> + <value> <float>40.0</float> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>erp5_km_sphinxse_full_text_search</string> </value> diff --git a/bt5/erp5_km_sphinxse_full_text_search/bt/revision b/bt5/erp5_km_sphinxse_full_text_search/bt/revision index 9d607966b7..3cacc0b93c 100644 --- a/bt5/erp5_km_sphinxse_full_text_search/bt/revision +++ b/bt5/erp5_km_sphinxse_full_text_search/bt/revision @@ -1 +1 @@ -11 \ No newline at end of file +12 \ No newline at end of file -- 2.30.9