Closed
Bug 743987
Opened 13 years ago
Closed 12 years ago
Specify mediawiki-bugzilla table columns
Categories
(Websites :: wiki.mozilla.org, enhancement)
Websites
wiki.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lmandel, Unassigned)
Details
(Whiteboard: [mediawiki-bugzilla])
mediawiki-bugzilla currently hard codes the table columns to id, summary, status, and priority. I would like to add the ability to specify the output columns that I want to display.
Added support in https://github.com/LegNeato/mediawiki-bugzilla/commit/674b44ed4179cad8933d402481256589285183ee, still need to document though.
Status: NEW → ASSIGNED
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
Brandon/Christian - Do we have any documentation that describes how to use this feature?
Comment 3•12 years ago
|
||
I need to write some. The patch was actually broken, due to a quirk of the API. I've fixed it in a later revision.
The README @ https://github.com/mozilla/mediawiki-bugzilla should have docs. Also see http://christian.legnitto.com/blog/2012/04/18/new-mediawiki-bugzilla-feature/
Reporter | ||
Comment 5•12 years ago
|
||
Does changing the order of the include_fields change the display order of the columns? For ex., is there any difference in the output if I specify
"include_fields": "id, summary, whiteboard, status, resolution"
or
"include_fields": "id, status, resolution, summary, whiteboard"
Reporter | ||
Comment 6•12 years ago
|
||
Brandon, I just tried using include_fields on wikimo but wasn't able to change the table columns. Has this change been deployed?
You need to log in
before you can comment on or make changes to this bug.
Description
•