You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes are applied but do not update until changing tabs. Likely need to add additional objects to watch on this tab
The text was updated successfully, but these errors were encountered:
macumber
added
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
severity - Normal Bug 🐛
and removed
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
labels
Dec 16, 2021
I've investigated this one a bit. On the TZ tab, the "Multiplier" works, but the stuff on the Cooling/Heating Sizing doesn't.
The main difference is that the Multiplier is a ValueEdit concept, while the non working ones are QuantityEdit, and work through a ProxyAdapter (because you actually set that stuff onto the ThermalZone's SizingZone object).
Fixing it is far from trivial, as it requires delving deep into the (way too large amount of and complicated aspect of) clever templates we have. I don't know how to fix it myself.
Issue overview
Changes are applied but do not update until changing tabs. Likely need to add additional objects to watch on this tab
The text was updated successfully, but these errors were encountered: