#7985: Cannot use the same field to prepopulate multiple fields
----------------------------------------+-----------------------------------
Reporter: frasern | Owner: ramikassab
Status: new | Milestone: 1.0
Component: Admin interface | Version: SVN
Resolution: | Keywords: aug22sprint
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------+-----------------------------------
Changes (by ramikassab):
* stage: Accepted => Ready for checkin
Comment:
Confirmed this minor bug. Currently, with 'name' being used to pre-
populate two fields, 'slug' will be pre-populated while typing; however,
'full_slug' won't be pre-populated until the user tabs away from 'name'.
If the user clicks on a different field instead of tabs, 'full_slug' will
never be pre-populated with name. This patch fixes the issue; however, I
had to attach a modified version since the location of the JS that the
original patch modified has been moved to
'django/contrib/admin/templates/admin/prepopulated_fields_js.html'.
--
Ticket URL: <http://code.djangoproject.com/ticket/7985#comment:3>
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
-~----------~----~----~----~------~----~------~--~---