mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #5] Bug: Search results in the tenant selector double up unnecessarily #6
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gavsto on GitHub (Oct 14, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/5
Describe the bug
When searching in certain conditions the tenant selector returns two of the same tenant
To Reproduce
Steps to reproduce the behavior:
Expected behavior
One search result presented when selecting a tenant
Desktop (please complete the following information):
@KelvinTegelaar commented on GitHub (Oct 14, 2021):
I think this behavior comes from populating the field with the current tenant, instead, we should try finding the current tenant in the index and selecting it.
@KelvinTegelaar commented on GitHub (Oct 18, 2021):
confirmed fixed.