-
Notifications
You must be signed in to change notification settings - Fork 73
Ensure the FBC --> entity translation for bundle properties is not lossy #258
Copy link
Copy link
Closed
Description
Currently the translation for catalog contents --> entity is lossy when it comes to bundle properties. As we can see from
| for _, prop := range bundle.Spec.Properties { | |
| switch prop.Type { | |
| case property.TypePackage: | |
| // this is already a json marshalled object, so it doesn't need to be marshalled | |
| // like the other ones | |
| props[property.TypePackage] = string(prop.Value) | |
| } | |
| } |
olm.package and therefore losing any other bundle property information.
We should update this to ensure that all bundle properties are being forwarded through during the entity translation so they can be used properly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels