From f932d5170b441dbc170b1fa75f8074444bf682b1 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Wed, 25 Jan 2012 02:47:33 -0200
Subject: [PATCH] Do not update title like this, this is not used anymore.

---
 product/ERP5Configurator/Document/ConfigurationSave.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5Configurator/Document/ConfigurationSave.py b/product/ERP5Configurator/Document/ConfigurationSave.py
index d1b260153f..761ac4d57f 100644
--- a/product/ERP5Configurator/Document/ConfigurationSave.py
+++ b/product/ERP5Configurator/Document/ConfigurationSave.py
@@ -54,8 +54,5 @@ class ConfigurationSave(Path):
   def addConfigurationItem(self, configuration_item_class_name, **kw):
     """ Add new configuration item. """
     ## remove manually specified a configration title
-    if kw.has_key('conf_title'):
-      self.setTitle(kw['conf_title'])
-      kw.pop('conf_title')
     return self.newContent(portal_type=configuration_item_class_name,
                            **kw)
-- 
2.30.9