[Erp5-report] r9318 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Aug 22 14:16:47 CEST 2006
Author: vincent
Date: Tue Aug 22 14:16:45 2006
New Revision: 9318
URL: http://svn.erp5.org?rev=9318&view=rev
Log:
Remove disabled code, complete fix for checking update will be commited soon.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml?rev=9318&r1=9317&r2=9318&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml Tue Aug 22 14:16:45 2006
@@ -80,14 +80,9 @@
\n
# Reinject parameters in kw\n
kw[\'selection_name\']=selection_name\n
-#uids=None, listbox_uid=None\n
-#kw[\'uids\']=uids\n
-#kw[\'listbox_uid\']=listbox_uid\n
kw[\'ignore_layout\']=ignore_layout\n
\n
-# Update checked uids\n
-#if None not in (selection_name, uids, listbox_uid):\n
-# context.portal_selections.updateSelectionCheckedUidList(selection_name, uids=uids, listbox_uid=listbox_uid, REQUEST=request)\n
+context.ERP5XhtmlStyle_prepareAction(**kw)\n
\n
# If this is an object, a workflow or a folder, then jump to that view\n
if doAction0 in (\'object\', \'workflow\', \'folder\'):\n
@@ -188,6 +183,7 @@
<string>doAction0</string>
<string>request</string>
<string>_write_</string>
+ <string>_apply_</string>
<string>redirect_url</string>
<string>new_id</string>
<string>type_name</string>
@@ -199,7 +195,6 @@
<string>preference</string>
<string>new_content_list</string>
<string>new_content_id</string>
- <string>_apply_</string>
</tuple>
</value>
</item>
More information about the Erp5-report
mailing list