File: abstract-base-class-fix-7cb06a0924b973f3.yaml

package info (click to toggle)
murano-dashboard 1%3A10.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,620 kB
  • sloc: python: 15,632; javascript: 1,627; sh: 106; makefile: 38
file content (7 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
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.