murano-dashboard/releasenotes/notes/abstract-base-class-fix-7cb06a0924b973f3.yaml
Kirill Zaitsev 88ba72f931 Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I20e31d0c2176eec225568f633dd839117737f169
2016-09-14 01:21:22 +03:00

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.