Skip to content

Commit

Permalink
Merge pull request #22 from ejunga/fix-responsibility-highlights
Browse files Browse the repository at this point in the history
Fix responsibility highlights
  • Loading branch information
ejunga authored Jul 22, 2025
2 parents 8deb8d0 + 72775e8 commit 6fc922b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,8 @@
}

//find internal users and highlight them
if ('ResponsibleFullName' in item) {
handleHighlight("person",item.ResponsibleFullName.txt,item.ResponsibleFullName.cell)
if ('Prim Resp' in item) {
handleHighlight("person",item['Prim Resp'].txt,item['Prim Resp'].cell)
} else if ('Responsibility' in item) {
handleHighlight("person",item.Responsibility.txt,item.Responsibility.cell)
}
Expand Down

0 comments on commit 6fc922b

Please sign in to comment.