Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Triage Team
Triage TeamReporter
Kjeld Schouten-lebbing
Kjeld Schouten-lebbingLabels
Impact
Medium
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created May 25, 2021 at 12:05 PM
Updated July 6, 2022 at 8:58 PM
Resolved June 3, 2021 at 1:34 PM
<p>When one puts a child dicts, inside of the primary dict within a list in questions.yaml, the child dict gets ignored when parsing the list. However: it does display correctly in the UI:<br>
<br>
See attached example code snipped for an example where a dict, inside a dict, inside a list is used.<br>
<br>
This one leads to the following error:<br>
Error: [EINVAL] attributes.hostPathMounts: Item#0 is not valid per list types: [EINVAL] volumeMount.enabled: Field is not editable. [EINVAL] volumeMount.medium: Field was not expected <br>
<br>
<br>
</p>
<p>Notice how this should've been parsed as:</p>
<pre><code>volumeMount.emptyDir.medium
</code></pre>
<p>But is parsed as:</p>
<pre><code>volumeMount.medium</code></pre>