Skip to content

Commit

Permalink
open tickets from tasks in new tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 2, 2024
1 parent 52c00aa commit 9f8d6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@

//find links & open in new tab
//let linkTypes = ['Title','TicketID','CustomerName','ResponsibleFullName','LastModifiedByFullName'] //open people in new tabs
let linkTypes = ['Title','TicketID']
let linkTypes = ['Title','TicketID','TicketTitle']
for (const linkType of linkTypes) {
if (linkType in item) {
let link = item[linkType].cell.querySelector("a")
Expand Down

0 comments on commit 9f8d6e9

Please sign in to comment.