Closed
Bug 723512
Opened 13 years ago
Closed 13 years ago
add a count of people CCed to a bug to available columns on search results
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
add a count of people CCed to a bug to available columns on search results.
should be easy with the buglist_columns hook.
Comment 1•13 years ago
|
||
This'd be great, thanks Byron.
Attachment #593837 -
Flags: review?(dkl)
Comment 3•13 years ago
|
||
Comment on attachment 593837 [details] [diff] [review]
patch v1
Review of attachment 593837 [details] [diff] [review]:
-----------------------------------------------------------------
Works for me if I do s/CC/cc/ in the SQL. Otherwise I get this error:
DBD::mysql::st execute failed: Table 'bugs_bmo.CC' doesn't exist [for Statement "SELECT bugs.bug_id ..."] at /home/dkl/devel/htdocs/stable/buglist.cgi line 901
Fix on commit.
Attachment #593837 -
Flags: review?(dkl) → review+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.0/
modified extensions/BMO/Extension.pm
added extensions/BMO/template/en/default/hook/global/field-descs-end.none.tmpl
Committed revision 8056.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified extensions/BMO/Extension.pm
added extensions/BMO/template/en/default/hook/global/field-descs-end.none.tmpl
Committed revision 8043.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•