Bug 825085 - Breadcrumb trail doesn't display correctly in REST API pages if not served from server root URL
Summary: Breadcrumb trail doesn't display correctly in REST API pages if not served fr...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: PulpDist
Classification: Community
Component: Web App
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nick Coghlan
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-25 05:05 UTC by Nick Coghlan
Modified: 2012-05-25 05:50 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-25 05:50:16 UTC
Embargoed:


Attachments (Terms of Use)

Description Nick Coghlan 2012-05-25 05:05:20 UTC
If served from mod_wsgi and WSGIScriptAlias is set to something other than "/", the breadcrumb trail isn't displayed properly in the REST API browser pages.

This is due to a bug in the djangorestframework upstream: https://github.com/tomchristie/django-rest-framework/pull/211

It should be possible to workaround this by creating the breadcrumbs list directly in the PulpDist REST API views.

Comment 1 Nick Coghlan 2012-05-25 05:50:16 UTC
Fixed for 0.0.16


Note You need to log in before you can comment on or make changes to this bug.