[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#879232: marked as done (qa.debian.org: [udd] Fix link for form in lintian template)



Your message dated Mon, 23 Oct 2017 11:15:25 +0200
with message-id <20171023091525.rv5jb4jfgpyefyzf@pad.tobald.eu.org>
and subject line Re: Bug#879232: qa.debian.org: [udd] Fix link for form in lintian template
has caused the Debian Bug report #879232,
regarding qa.debian.org: [udd] Fix link for form in lintian template
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
879232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879232
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: normal
Tags: patch
User: qa.debian.org@packages.debian.org
Usertags: udd

Submitting the form on https://udd.debian.org/lintian/ goes to the
maintainer dashboard instead of the lintian dashboard.  Attached patch
fixes this.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 557ec71b17b6ac17575ca08e75b0b2afa90714ff Mon Sep 17 00:00:00 2001
From: James McCoy <jamessan@jamessan.com>
Date: Fri, 20 Oct 2017 15:40:02 -0400
Subject: [PATCH] Fix link for form in lintian template

---
 web/templates/lintian.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/templates/lintian.erb b/web/templates/lintian.erb
index 9a74939..0e029a2 100644
--- a/web/templates/lintian.erb
+++ b/web/templates/lintian.erb
@@ -31,7 +31,7 @@
 
 <div id="content">
     <h1 id='dashboard'>Maintainer dashboard - Lintian</h1>
-<form id="searchForm" action="/dmd/#todo" method="get">
+<form id="searchForm" action="/lintian/#todo" method="get">
 <table>
 <tbody>
   <%= ERB.new(File.read(File.expand_path('templates/dmd-form.erb')), nil, nil, '_erbout01').result(binding) %>
-- 
2.15.0.rc1


--- End Message ---
--- Begin Message ---
James McCoy wrote:
> Submitting the form on https://udd.debian.org/lintian/ goes to the
> maintainer dashboard instead of the lintian dashboard.  Attached patch
> fixes this.

I modified your patch with a correct anchor link to the form results,
then applied and deployed it.

Thank you,
Christophe

--- End Message ---

Reply to: