Commit ca3956f4 authored by Andreas Jung's avatar Andreas Jung

- Collector #1392: ExternalMethod ignored management_page_charset

parent bd6b4347
......@@ -126,7 +126,9 @@ Zope Changes
is now installed into the 'bin' folder.
Bugs fixed
- Collector #1392: ExternalMethod ignored management_page_charset
- unrestrictedTraverse() refactored to remove hasattr calls (which mask
conflict errors) and for greater readability and maintainability.
......
......@@ -87,6 +87,7 @@ class ExternalMethod(OFS.SimpleItem.Item, Persistent, Acquisition.Explicit,
ZopeTime=Acquisition.Acquired
HelpSys=Acquisition.Acquired
manage_page_header=Acquisition.Acquired
manage_options=(
(
......
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