You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
search for some computer, that is present in Active Directory (for example - TEST1);
select computer, adding it to the list below search prompt;
Hit 'X' to delete computer from list below search prompt;
search again for TEST1;
try to add it again to the list;
Result - nothing happens on client - computer is not added to the list.
On server there is error in logs:
System.ArgumentException: An item with the same key has already been added. Key: TEST
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at LAPS_WebUI.Pages.LAPS.OnSelectedItemChangedAsync(ADComputer value) in /src/Pages/LAPS.razor.cs:line 35
LAPS-WebUI version: 1.5.5, used from docker container
The text was updated successfully, but these errors were encountered:
Pinkbyte
changed the title
Repeat search of same computer results in error
Repeated search of same computer results in error
Oct 12, 2023
Pinkbyte
changed the title
Repeated search of same computer results in error
Repeated search for same computer results in error
Oct 12, 2023
Steps to reproduce:
Result - nothing happens on client - computer is not added to the list.
On server there is error in logs:
LAPS-WebUI version: 1.5.5, used from docker container
The text was updated successfully, but these errors were encountered: