change key in VirtualFolderMixin to fix install of business template
in case a container is a WebSite, container._getOb("id") can return any object with id "id". If object returned is not inside container, later container.manage_delObjects([object_id]) will fail with KeyError.
Showing
Please register or sign in to comment