From cf083b6b4a962cef7381b4c8ad7516f9736b50ce Mon Sep 17 00:00:00 2001 From: Andreas Venizelou Date: Fri, 29 Nov 2024 11:06:01 +0200 Subject: [PATCH] Issues, fix identifier icon --- Protest/Front/issues.js | 2 +- Protest/Tasks/Issues.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Protest/Front/issues.js b/Protest/Front/issues.js index 63e22480..765cca4c 100644 --- a/Protest/Front/issues.js +++ b/Protest/Front/issues.js @@ -489,7 +489,7 @@ class Issues extends List { newAttr.style.backgroundPosition = "0px 50%"; newAttr.style.backgroundRepeat = "no-repeat"; } - else if (propertyName === "entry") { + else if (propertyName === "identifier") { newAttr.style.left = this.columnsElements[i].style.left; newAttr.style.width = this.columnsElements[i].style.width; diff --git a/Protest/Tasks/Issues.cs b/Protest/Tasks/Issues.cs index 85953a0b..548432b3 100644 --- a/Protest/Tasks/Issues.cs +++ b/Protest/Tasks/Issues.cs @@ -718,7 +718,6 @@ public static bool CheckDomainUser(Database.Entry user, out Issue[] issues, Seve user.attributes.TryGetValue("title", out Database.Attribute titleAttribute); if (result is null && severityThreshold <= SeverityLevel.warning) { - list.Add(new Issue { severity = SeverityLevel.warning, message = $"{username.value} is not a domain user",