-
Bug
-
Resolution: Timed out
-
Low
-
3
-
Severity 3 - Minor
-
Issue Summary
When attempting to Transfer Products, when preflight checks fail, the button to perform this action is greyed out. In the current UI, a default checklist is provided and this is misleading. Only the pre-flight check condition that fails should be displayed.
Steps to Reproduce
- admin.atlassian.com > Settings > Details
- "Transfer Products" is greyed out and not accessible.
- Default checklist is provided
- Only one condition is failing (e.g. Reset user access setting)
Expected Results
Just the condition that is failing pre-flight should be displayed.
Actual Results
We can see clearly in devtools the condition that fires the pre-flight check failure.
- Look for “reparent-blockers” element in Network tab in devtools
- In 'Response' clearly see "USER_ACCESS_SETTINGS" is the blocker
- More options than just "Reset user access settings" are displayed
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available