#10191: Fix / Add support for radiobuttons after adding item with popup in 
Django
Admin
--------------------------------------------------------------------+-------
 Reporter:  trbs                                                    |       
Owner:  nobody    
   Status:  new                                                     |   
Milestone:  post-1.0  
Component:  django.contrib.admin                                    |     
Version:  1.0       
 Keywords:  admin, radio, radiolist, dismissAddAnotherPopup, popup  |       
Stage:  Unreviewed
Has_patch:  1                                                       |  
--------------------------------------------------------------------+-------
 The following patch adds support for dynamically adding radiobutton items
 to the admin page.

 Without this patch the newly added item through the popup menu does not
 get added to the page and
 the user must reload the page before being able to select the new item.

 The patch adds an extra case to dismissAddAnotherPopup in
 RelatedObjectsLookup.js which creates and appends the necessary html to
 the list of radiobuttons on the page.

 Tested with django.contrib.redirects and a slightly modified version of
 django-podcast.
 Works (for me) on Firefox, IE and Opera.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10191>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to