diff options
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, |