Commit 9f1738c6267291c8b7b86f9ecb058a5670aa2e16

Authored by Sergio Oliveira
1 parent 5d31d6a5

Adding missing url

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/proxy/urls.py
... ... @@ -6,7 +6,7 @@ from .views import TracProxyView, JenkinsProxyView
6 6  
7 7 urlpatterns = patterns('',
8 8 # Trac URLs
9   - url(r'^(?P<path>(?:admin|wiki|changeset|newticket|ticket|chrome|timeline|roadmap|browser|report|tags|query|about|prefs|log|attachment|raw-attachment|diff).*)$',
  9 + url(r'^(?P<path>(?:admin|wiki|changeset|newticket|ticket|chrome|timeline|roadmap|browser|report|tags|query|about|prefs|log|attachment|raw-attachment|diff|milestone).*)$',
10 10 TracProxyView.as_view()),
11 11  
12 12 # Jenkins URLs
... ...