Skip to content

Fix class_property inheritance in high-level Device

Anton Joubert requested to merge class_props_as_tango_objs into develop

During creation of device classes attributes and properties are inherited from the base class by checking is_tango_object. Unfortunately class_property is missing from that list, causing inherited class properties to entirely vanish from derived classes.

Based on @zortaniac's original MR !675 (closed).

Merge request reports