Commit f932d517 authored by Rafael Monnerat's avatar Rafael Monnerat

Do not update title like this, this is not used anymore.

parent c0e831b4
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment