mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #555] BUG: [React] [QA] Offboarding Wizard - Step 2 #295
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#295
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 @AdamWillford on GitHub (Jan 9, 2022).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/555
Describe the bug
On Step 2 of the offboarding wizard, where you select the user, it allows you to open the dropdown during the loading of the state.
The problem is, if there is already some state loaded you then start to get users loaded from a separate tenant
Ideally it needs to be fixed so that the dropdown has isDisabled until state is successfully loaded (similar to the previous step, where the tenant list wont dropdown until loaded)
CIPP
Identity
Administration
Offboarding Wizard
@KelvinTegelaar commented on GitHub (Jan 11, 2022):
Fixed