From c2dd3459fede8e963e2e84a02d3083c4bc53c469 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 22 Sep 2008 03:08:32 +0000 Subject: [PATCH] scan-view: Add links from bug reporting forms to report & summary pages. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56427 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/scan-view/ScanView.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/tools/scan-view/ScanView.py b/tools/scan-view/ScanView.py index 3c605211ff..1606a8ddf6 100644 --- a/tools/scan-view/ScanView.py +++ b/tools/scan-view/ScanView.py @@ -260,6 +260,7 @@ class ScanViewRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): return (t.success, t.status) def send_report_submit(self): + report = self.fields.get('report') title = self.fields.get('title') description = self.fields.get('description') @@ -274,11 +275,15 @@ class ScanViewRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): result = """ - Report Submission + Bug Submission -

Report Submission

+

+Summary > +Report %(report)s > +File Bug > +Submit

@@ -362,7 +367,7 @@ Line: %s result = """ - File Report + File Bug -

File Report

+

+Summary > +Report %(report)s > +File Bug

@@ -421,7 +429,7 @@ function updateReporterOptions() {
- -- 2.40.0