niwadhwa / bugzilla-vcs

Automatically exported from code.google.com/p/bugzilla-vcs
0 stars 0 forks source link

Advance search does not work #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Visit Advanced Search page
2. In Custom search section, set condition like 'commits' 'contains the string' 
'foobarbaz'.
3. Click search button

What is the expected output?
Bugs that have foobarbaz in the commit message.

What do you see instead?
DBD::mysql::db selectcol_arrayref failed: Unknown column 'bugs.vcs_commits' in 
'where clause' [for Statement "SELECT bugs.bug_id ...

What version of the product are you using? On what operating system?
4.2 / Linux

Please provide any additional information below.
Reported in https://bugzilla.redhat.com/show_bug.cgi?id=952111

Original issue reported on code.google.com by sgreen%redhat.com@gtempaccount.com on 24 Apr 2013 at 5:49

Attachments:

GoogleCodeExporter commented 9 years ago
Patch should work on Bugzilla 4.0 and above. Bugzilla 3.6 is nearly EOL (and 
this patch will still work on Bugzilla 3.6, just not fix the problem)

Original comment by sgreen%redhat.com@gtempaccount.com on 24 Apr 2013 at 5:51

GoogleCodeExporter commented 9 years ago
modified Extension.pm
Committed revision 25.                                                         

Original comment by sgreen%redhat.com@gtempaccount.com on 13 Dec 2013 at 11:40