Commit 139e3e91 authored by Amos Latteier's avatar Amos Latteier

Made a ZClass's icon visible to everyone.

parent b7d92f8f
...@@ -505,6 +505,8 @@ class ZClass(OFS.SimpleItem.SimpleItem): ...@@ -505,6 +505,8 @@ class ZClass(OFS.SimpleItem.SimpleItem):
"Display a class icon" "Display a class icon"
return self._zclass_.ziconImage.index_html(REQUEST, RESPONSE) return self._zclass_.ziconImage.index_html(REQUEST, RESPONSE)
ziconImage__roles__=None
def tpValues(self): def tpValues(self):
return self.propertysheets.common, self.propertysheets.methods return self.propertysheets.common, self.propertysheets.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