]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1370492 - Assigned to you shows bugs priority in My dashboard
authorLisset Cuevas <lisset.cuevasj@gmail.com>
Wed, 1 Apr 2020 15:11:50 +0000 (09:11 -0600)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 15:11:50 +0000 (11:11 -0400)
extensions/MyDashboard/lib/Queries.pm
extensions/MyDashboard/web/js/query.js

index f7e19c842df6c14db723b217e7df3c11d9bd75e0..6d8ab655cb543ea2fefd7c06abd6aa1fb10552ac 100644 (file)
@@ -42,6 +42,7 @@ use constant SELECT_COLUMNS => qw(
   bug_id
   bug_type
   bug_status
+  priority
   short_desc
   changeddate
 );
index 95faa816d1e2c50c85e4c6e839a77c9062655228..8cde495e18f442ab230082d4977194b93c9d0862 100644 (file)
@@ -106,6 +106,7 @@ $(function() {
                 { key: "bug_id", label: "Bug", sortable: true, allowHTML: true, formatter: link_formatter },
                 { key: "changeddate", label: "Updated", formatter: updatedFormatter,
                 allowHTML: true, sortable: true },
+                { key: "priority", label: "Pri", sortable: true, allowHTML: true},
                 { key: "bug_status", label: "Status", sortable: true },
                 { key: "short_desc", label: "Summary", sortable: true, allowHTML: true, formatter: link_formatter },
             ],