Changeset 361

Show
Ignore:
Timestamp:
05/19/08 22:15:31 (8 months ago)
Author:
johnbywater
Message:

Added comment, to do auto-completion for large choice sets.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dm/view/manipulator.py

    r345 r361  
    133133        elif metaAttr.isDomainObjectRef: 
    134134            countChoices = metaAttr.countChoices(self.domainObject) 
     135            # Todo: Revert this 'True', and introduce Ajax auto-completion 
     136            # instead of drop-down when more than count limit. 
    135137            if True or countChoices <= 50: 
    136138                choices = metaAttr.getAllChoices(self.domainObject)