[Erp5-report] r35609 nicolas.dumazet - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: Sk...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 25 10:43:47 CEST 2010


Author: nicolas.dumazet
Date: Tue May 25 10:43:45 2010
New Revision: 35609

URL: http://svn.erp5.org?rev=35609&view=rev
Log:
pass is_indexable=False to manage_pasteObjects to avoid indexing the pasted objects

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_makeTemplateFromDocument.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_makeTemplateFromDocument.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_makeTemplateFromDocument.xml?rev=35609&r1=35608&r2=35609&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_makeTemplateFromDocument.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_makeTemplateFromDocument.xml [utf8] Tue May 25 10:43:45 2010
@@ -78,7 +78,7 @@
 parent = context.getParentValue()\n
 document_id = context.getId()\n
 cp = parent.manage_copyObjects(ids=[document_id])\n
-paste_info, = preference.manage_pasteObjects(cb_copy_data=cp)\n
+paste_info, = preference.manage_pasteObjects(cb_copy_data=cp, is_indexable=False)\n
 \n
 template = getattr(preference, paste_info[\'new_id\'])\n
 template.makeTemplate()\n
@@ -138,6 +138,7 @@
                             <string>parent</string>
                             <string>document_id</string>
                             <string>cp</string>
+                            <string>False</string>
                             <string>paste_info</string>
                             <string>getattr</string>
                             <string>_getitem_</string>

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=35609&r1=35608&r2=35609&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue May 25 10:43:45 2010
@@ -1,1 +1,1 @@
-1587
+1588




More information about the Erp5-report mailing list