-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.20, 4.21
-
None
Description of problem:
When clicking the "Import to console" action on an OpenShift Lightspeed YAML code block (generated as part of the AI response), it correctly redirects to the YAML import page, but the editor is not pre-populated with the YAML
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Install OpenShift Lightspeed operator 2. Prompt the AI with something that will cause it to respond with some YAML such as "Show me some example deployment YAML" 3. Click the "Import to console" action on the resulting YAML code block
Actual results:
YAML not injected into editor and JavaScript error thrown
Expected results:
YAML editor should be pre-populated with the YAML code
Additional info:
Error message is: "TypeError: Cannot use 'in' operator to search for 'editor' in undefined"