[Erp5-report] r24098 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Oct 8 12:03:54 CEST 2008
Author: jerome
Date: Wed Oct 8 12:03:52 2008
New Revision: 24098
URL: http://svn.erp5.org?rev=24098&view=rev
Log:
Use getParentValue instead of getParent
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheFactory_getAggregatedCachePluginListStatisticList.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RamCache_getCachePluginStatisticList.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheFactory_getAggregatedCachePluginListStatisticList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheFactory_getAggregatedCachePluginListStatisticList.xml?rev=24098&r1=24097&r2=24098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheFactory_getAggregatedCachePluginListStatisticList.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheFactory_getAggregatedCachePluginListStatisticList.xml Wed Oct 8 12:03:52 2008
@@ -64,7 +64,7 @@
result.append(ReportSection(path = ram_cache_plugin.getRelativeUrl(), \n
form_id = \'RamCache_viewStatisticList\',\n
selection_params = {\'list_lines\':0,},\n
- title = \'%s/%s\' %(ram_cache_plugin.getParent().getTitle(),\n
+ title = \'%s/%s\' %(ram_cache_plugin.getParentValue().getTitle(),\n
ram_cache_plugin.getTitle()),))\n
return result\n
</string> </value>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RamCache_getCachePluginStatisticList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RamCache_getCachePluginStatisticList.xml?rev=24098&r1=24097&r2=24098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RamCache_getCachePluginStatisticList.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RamCache_getCachePluginStatisticList.xml Wed Oct 8 12:03:52 2008
@@ -63,7 +63,7 @@
cache_stats = context.getPortalObject().portal_caches.getCacheTotalMemorySize()\n
cache_factory_list_stats = cache_stats[\'stats\']\n
cache_plugin_id = context.getId()\n
-cache_factory_id = context.getParent().getId()\n
+cache_factory_id = context.getParentValue().getId()\n
cache_plugin_stats = cache_factory_list_stats[cache_factory_id]\n
cache_plugin_stats_data = cache_plugin_stats[\'cp_cache_keys_total_size\']\n
\n
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=24098&r1=24097&r2=24098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Wed Oct 8 12:03:52 2008
@@ -1,1 +1,1 @@
-983
+984
More information about the Erp5-report
mailing list