diff options
author | dklawren <dklawren@users.noreply.github.com> | 2018-06-26 04:35:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 04:35:56 +0200 |
commit | 7a61871a05c6e4e4df8313c4ba93143101cbb9be (patch) | |
tree | 9e68325742d71246d77b0fddc3bd5c9177740919 /extensions/MyDashboard | |
parent | 7094db8e78304f4f76d48ba230f07fab5c9d0daf (diff) | |
download | bugzilla-7a61871a05c6e4e4df8313c4ba93143101cbb9be.tar.gz bugzilla-7a61871a05c6e4e4df8313c4ba93143101cbb9be.tar.xz |
Bug 1470966 - "Status" column in Phabricator dashboard isn't very useful
Diffstat (limited to 'extensions/MyDashboard')
-rw-r--r-- | extensions/MyDashboard/web/js/flags.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/MyDashboard/web/js/flags.js b/extensions/MyDashboard/web/js/flags.js index b56559ae3..425e42e57 100644 --- a/extensions/MyDashboard/web/js/flags.js +++ b/extensions/MyDashboard/web/js/flags.js @@ -180,8 +180,6 @@ $(function () { columns: [ { key: 'author_email', label: 'Requester', sortable: true, formattter: phabAuthorFormatter, allowHTML: true }, - { key: 'id', label: 'Status', sortable: true, - nodeFormatter: phabRowFormatter, allowHTML: true }, { key: 'bug_id', label: 'Bug', sortable: true, formatter: bugLinkFormatter, allowHTML: true }, { key: 'updated', label: 'Updated', sortable: true, |