#8433: auth add_view popup
--------------------------------------+-------------------------------------
Reporter: sorl | Owner: nobody
Status: new | Milestone: 1.0
Component: Admin interface | Version: SVN
Resolution: | Keywords:
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Comment (by julien):
I can confirm this is an annoying bug (the new user is not added to the FK
field in the admin interface after the popup is closed or after the user's
details are saved). sorl's patch works, and I've attached a diff with it
so it's easier to commit.
However, while the patch prevents the bug, you cannot edit the new user's
details (first name, last name etc.). You'd need to edit those details
separately at a later stage. A proper and long term solution would be to
detect the popup in the change_view and treat the request as if it were an
add, not a change.
--
Ticket URL: <http://code.djangoproject.com/ticket/8433#comment:6>
Django Code <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
-~----------~----~----~----~------~----~------~--~---