#3773 closed defect (fixed)
Do not return the sub-modifier
Reported by: | Adeel Asghar | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Interactive Environment | Version: | |
Keywords: | Cc: | Per Östlund |
Description
getComponentModifierValue
returns the sub-modifier along with the modifier value.
See the attached script. The result of getComponentModifierValue(View, m.T_ref)
is (displayUnit = "K") = 302.15
. It should be = 302.15
.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
This needs to be fixed for #2250. I have pushed in some support for displayUnit and unit conversion in 17dabfb/OMEdit but kept the unit drop down disabled for now.