Changeset 361
- Timestamp:
- 05/19/08 22:15:31 (8 months ago)
- Files:
-
- trunk/src/dm/view/manipulator.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/view/manipulator.py
r345 r361 133 133 elif metaAttr.isDomainObjectRef: 134 134 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. 135 137 if True or countChoices <= 50: 136 138 choices = metaAttr.getAllChoices(self.domainObject)
