Commit bb643176 authored by Andreas Jung's avatar Andreas Jung

Collector # 2363: The left menu of the ZMI is now updated when

using the import function.
parent 55b18188
...@@ -84,9 +84,9 @@ ...@@ -84,9 +84,9 @@
############################################################################## ##############################################################################
__doc__="""Object Manager __doc__="""Object Manager
$Id: ObjectManager.py,v 1.138 2001/07/03 18:18:34 andreas Exp $""" $Id: ObjectManager.py,v 1.139 2001/07/05 13:19:02 andreas Exp $"""
__version__='$Revision: 1.138 $'[11:-2] __version__='$Revision: 1.139 $'[11:-2]
import App.Management, Acquisition, Globals, CopySupport, Products import App.Management, Acquisition, Globals, CopySupport, Products
import os, App.FactoryDispatcher, re, Products import os, App.FactoryDispatcher, re, Products
...@@ -594,12 +594,14 @@ class ObjectManager( ...@@ -594,12 +594,14 @@ class ObjectManager(
ob=self._getOb(id) ob=self._getOb(id)
ob.manage_changeOwnershipType(explicit=0) ob.manage_changeOwnershipType(explicit=0)
if REQUEST is not None: if REQUEST is not None:
return MessageDialog( return self.manage_main(self, REQUEST,
title='Object imported', manage_tabs_message='<em>%s</em> sucessfully imported' % id,
message='<EM>%s</EM> sucessfully imported' % id, title = 'Object imported',
action='manage_main' update_menu=1)
)
# FTP support methods # FTP support methods
......
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