Skip to content

Commit

Permalink
reply highlights exclude self-created tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 1, 2024
1 parent f73f73a commit 5233c0d
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 @@ -230,7 +230,7 @@
let assignedTo = item.ResponsibleFullName

//reply from user
if (fromUser.txt == lastModified.txt && assignedTo.txt != "Unassigned") {
if (fromUser.txt == lastModified.txt && fromUser.txt != assignedTo.txt && assignedTo.txt != "Unassigned") {
item.row.style.backgroundColor = "var(--col-reply)";
}

Expand Down

0 comments on commit 5233c0d

Please sign in to comment.