From 7a61871a05c6e4e4df8313c4ba93143101cbb9be Mon Sep 17 00:00:00 2001 From: dklawren Date: Mon, 25 Jun 2018 22:35:56 -0400 Subject: Bug 1470966 - "Status" column in Phabricator dashboard isn't very useful --- extensions/MyDashboard/web/js/flags.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/MyDashboard/web/js') 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, -- cgit v1.2.3-24-g4f1b