Bug 1856867 - Form view for creating Operands does not allow creating empty JSON objects
Summary: Form view for creating Operands does not allow creating empty JSON objects
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.5
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.5.z
Assignee: Jon Jackson
QA Contact: Yadan Pei
URL:
Whiteboard:
: 1862558 (view as bug list)
Depends On: 1847921
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-14 15:35 UTC by Jon Jackson
Modified: 2020-09-24 13:56 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: When creating an operand, the form data was pruned when submitting or switching between form and yaml view. Consequence: If the template data included any empty objects, they would be pruned when submitting or switching. Fix: Use the template data as a "mask" when pruning empty structures from the form data. Only prune values that are not defined in the template. Result: Empty values that were defined in a template do not get pruned.
Clone Of: 1847921
Environment:
Last Closed: 2020-08-17 20:05:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 5988 0 None closed [release-4.5] Bug 1856867: Do not prune empty values from sample on create operand page 2020-09-24 13:56:30 UTC
Red Hat Product Errata RHBA-2020:3330 0 None None None 2020-08-17 20:06:19 UTC

Comment 1 Samuel Padgett 2020-07-31 19:31:03 UTC
*** Bug 1862558 has been marked as a duplicate of this bug. ***

Comment 2 Jon Jackson 2020-07-31 19:56:15 UTC
PR is open, awaiting cherry pick approval.

Comment 5 Yanping Zhang 2020-08-10 09:08:25 UTC
Tested on OCP 4.5 cluster with payload 4.5.0-0.nightly-2020-08-08-162221.
1. Install AMQ Streams Operator
2. From the OpenShift console try to create an instance of Kafka resource. Update the `alm-example` section of the CSV to use empty objects for the `listeners.plain` and `listeners.tls` .
--
   alm-examples: |-
      [
        {
          "apiVersion":"kafka.strimzi.io/v1beta1",
          "kind":"Kafka",
          "metadata":{
            "name":"my-cluster"
          },
          "spec":{
            "kafka":{
                "version":"2.5.0",
                "replicas":3,
                "listeners":{
                  "plain":{
                  },
                  "tls":{
                  }
                },
--
3. Checked the YAML view creation, there are `spec.kafka.listeners.plain:{}` and `spec.kafka.listeners.tls:{}` object
    listeners:
      plain: {}
      tls: {}
4. Switch to form view creation, there are kafka listeners fields, click "Create", instance is created successfully.
5. Checked the instance yaml, there are empty objects:
    listeners:
      plain: {}
      tls: {}

The bug is fixed.

Comment 7 errata-xmlrpc 2020-08-17 20:05:57 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.5.6 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:3330


Note You need to log in before you can comment on or make changes to this bug.