3572: Selection of People from picklist seems to not work because of PeopleModel change

svn: r14251
This commit is contained in:
Doug Blank 2010-02-06 16:54:57 +00:00
parent d53611e0f1
commit efe5ffdc80

View File

@ -96,7 +96,7 @@ class PeopleBaseModel(object):
_GENDER = [ _(u'female'), _(u'male'), _(u'unknown') ] _GENDER = [ _(u'female'), _(u'male'), _(u'unknown') ]
# The following is accessed from PersonView - CHECK # The following is accessed from PersonView - CHECK
COLUMN_INT_ID = 12 # dynamic calculation of column indices COLUMN_INT_ID = 9 # dynamic calculation of column indices
# LRU cache size # LRU cache size
_CACHE_SIZE = 250 _CACHE_SIZE = 250