[Erp5-report] r13202 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Mar 3 01:48:03 CET 2007


Author: jp
Date: Sat Mar  3 01:48:01 2007
New Revision: 13202

URL: http://svn.erp5.org?rev=13202&view=rev
Log:
make sure new content is created editable

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doAction.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doAction.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doAction.xml?rev=13202&r1=13201&r2=13202&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doAction.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doAction.xml Sat Mar  3 01:48:01 2007
@@ -94,6 +94,7 @@
                                    container=context,\n
                                    id=str(new_id))\n
   preserved_parameters[\'portal_status_message\'] = N_("Object Created.")\n
+  preserved_parameters[\'editable_mode\'] = 1\n
   redirect_url = \'%s/view\' % (new_content.absolute_url(), )\n
   # The created object is not a part of the selection, so prevent from displaying the selection navigation controls\n
   kw[\'selection_index\']=None\n




More information about the Erp5-report mailing list