We have a relation like
product <-> release(s)
product installation <-> release
… But the issue is a release is a product related thing (every product has its own release numbers) as it must be possible to see which changes for a product are in a release.
And now when selecting the release from a dropdown, it only shows e.g. “1.4.0” but no product information.
Has someone an idea how to create real product related releases (but not an new model for each of them) or filter them in dropdowns to show only such fitting to the product?