Commit 44e2b579 authored by Shane Hathaway's avatar Shane Hathaway

Added a missing getId().

parent 429106fb
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""Property sheets""" """Property sheets"""
__version__='$Revision: 1.57 $'[11:-2] __version__='$Revision: 1.58 $'[11:-2]
import time, string, App.Management, Globals import time, string, App.Management, Globals
from ZPublisher.Converters import type_converters from ZPublisher.Converters import type_converters
...@@ -683,6 +683,9 @@ class PropertySheets(Traversable, Implicit, App.Management.Tabs): ...@@ -683,6 +683,9 @@ class PropertySheets(Traversable, Implicit, App.Management.Tabs):
def __len__(self): def __len__(self):
return len(self.__propsets__()) return len(self.__propsets__())
def getId(self):
return self.id
# Management interface: # Management interface:
......
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