Multiple Inheritance won't update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Assume 3 components.
A - Master
B - Inherited from A.
C - Inherited from B.
A -> B -> C
If I change component A and open component B, I get a small yellow triangle stating that I should re-compute component B as component A was changed. When I click the yellow triangle, component B gets updated.
But.
If instead of opening component B I open component C, I do not see the yellow triangle stating that a parent component was changed and I continue editing without updating the component which is bad practice.
Of course component B must be updated before component C can be updated and this is fine but I should see a the yellow triangle telling me that there is a change in ANY of the parent components a component have and not just father component (also grand-father, grand-grand-father and so on).
Can this be fixed?