Skip to content

Commit

Permalink
Issues, fix identifier icon
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Nov 29, 2024
1 parent d5fb536 commit cf083b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Protest/Front/issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion Protest/Tasks/Issues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf083b6

Please sign in to comment.