Github user ludop-usharesoft commented on the issue:
https://github.com/apache/brooklyn-ui/pull/88
For the getBundleType method, I have currently use the "bundleVersion"
parameter to pass the appliance reference.
So for now it's working without adding the config parameter to it, but yeah
it's look like a hack so it's probably not the cleaner way to do that.
However "paletteApi.getBundleType" method is also called from
main.controller.js and I don't know exactly in which case.
Maybe it can be a problem not to have the entity.config available there if
we modify the getBundleType prototype.
---