3572: Selection of People from picklist seems to not work because of PeopleModel change
svn: r14251
This commit is contained in:
parent
d53611e0f1
commit
efe5ffdc80
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user