#681: use alternateID for dropdown (when available)
-----------------------------------+----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  anonymous
     Type:  enhancement            |      Status:  new      
 Priority:  normal                 |   Milestone:           
Component:  Toolbox                |     Version:           
 Severity:  normal                 |    Keywords:           
-----------------------------------+----------------------------------------
 It would be really nice if CatWalk provided the alternateId in the UI for
 foreign keys.  For example, if I have something like this:

 class Customer:
     name = StringCol(alternateID = True)

 class Order:
     customer = ForeignKey("Customer")
     orderDate = DateCol()

 it would be really cool to have the dropdown show customer names, instead
 of the customer IDs.

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/681>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to