You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/06/01 14:28:56 UTC

svn commit: r1345116 - /incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/query.py

Author: gjm
Date: Fri Jun  1 12:28:55 2012
New Revision: 1345116

URL: http://svn.apache.org/viewvc?rev=1345116&view=rev
Log:
dashboard: fixes link to query page in query widget - towards #93 (from olemis)

Modified:
    incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/query.py

Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/query.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/query.py?rev=1345116&r1=1345115&r2=1345116&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/query.py (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/query.py Fri Jun  1 12:28:55 2012
@@ -129,7 +129,7 @@ class TicketQueryWidget(WidgetBase):
                         'data' : data,
                         'ctxtnav' : [
                                 tag.a(_('More'), 
-                                    href=req.abs_href.query() + "?" + qstr)],
+                                    href=query.get_href(req.href))],
                         'altlinks' : fakereq.chrome.get('links', {}).get('alternate')
                     }, \
                     qryctx