88ba72f931
This commit clarifies, cleans and improves releasenotes for murano Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com> Change-Id: I20e31d0c2176eec225568f633dd839117737f169
8 lines
366 B
YAML
8 lines
366 B
YAML
---
|
|
fixes:
|
|
- Specifying a base class in the UI definition now also fetches all the packages with classes
|
|
that inherit from that class, when glare is used. For example, if you
|
|
specify the 'io.example.Parent' class, the dashboard
|
|
fetches 'io.example.Child1' and 'io.example.Child2', and any other
|
|
descendants of 'io.example.Parent' that are present.
|