Closed Bug 743987 Opened 13 years ago Closed 12 years ago

Specify mediawiki-bugzilla table columns

Categories

(Websites :: wiki.mozilla.org, enhancement)

enhancement
Not set
normal

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.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Brandon/Christian - Do we have any documentation that describes how to use this feature?
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.
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"
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.