Closed StephenCWills closed 3 years ago
<select> elements produce string values so I modified the equality comparison to use type coercion as is done with fileFormat on line 1607.
<select>
fileFormat
https://github.com/GridProtectionAlliance/openHistorian/blob/7033b85ca2fcdd31288a99f7525d5b6a8b79b1de/Source/Applications/openHistorian/openHistorian/wwwroot/TrendMeasurements.cshtml#L1606-L1608
<select>
elements produce string values so I modified the equality comparison to use type coercion as is done withfileFormat
on line 1607.https://github.com/GridProtectionAlliance/openHistorian/blob/7033b85ca2fcdd31288a99f7525d5b6a8b79b1de/Source/Applications/openHistorian/openHistorian/wwwroot/TrendMeasurements.cshtml#L1606-L1608