#16260: Ability to change dismissRelatedLookupPopup on custom callback function
----------------------------------+-------------------------------
Reporter: alekam | Owner: nobody
Type: Cleanup/optimization | Status: new
Milestone: | Component: contrib.admin
Version: 1.3 | Severity: Normal
Keywords: admin | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 1
UI/UX: 1 |
----------------------------------+-------------------------------
The best solution for some cases for customizing admin is put some links
with showRelatedObjectLookupPopup javascript function on admin changelist,
but after user choose the object, custom javascript function must be
called instead of dismissRelatedLookupPopup javascript function.
Execution of dismissRelatedLookupPopup is hard coded in python code now.
The easiest way to implement use case described higher is adding new GET
argument "_callback" to changelist view.
--
Ticket URL: <https://code.djangoproject.com/ticket/16260>
Django <https://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.