Commit bea2ab41 authored by Andreas Jung's avatar Andreas Jung

Collector #2390: Objects of type 'Help Image' were not properly

re-registered inside registerHelp().

(to be backported to 2.4 branch after 2.4.0 release)
parent 2ccb75fb
......@@ -4,6 +4,10 @@ Zope Changes
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
- Collector #2390: Objects of type 'Help Image' were not properly
re-registered inside registerHelp().
Zope 2.4 beta 2
Bugs fixed
......
......@@ -357,7 +357,7 @@ class ProductContext:
help.lastRegistered=DateTime()
if clear:
for id in help.objectIds('Help Topic'):
for id in help.objectIds(['Help Topic','Help Image']):
help._delObject(id)
for file in os.listdir(path):
......
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