add informative comment
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3984 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
9609ca6d22
commit
e94f706a13
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Field(Component):
|
|||
|
||||
def getSelectValue(self, row):
|
||||
return getattr(row, self.name, None)
|
||||
#return self.getRawValue(row)
|
||||
#return self.getRawValue(row) # better let row control selection...
|
||||
|
||||
def getValue(self, row):
|
||||
value = self.getRawValue(row)
|
||||
|
|
Loading…
Add table
Reference in a new issue