GridProtectionAlliance / openHistorian

The Open Source Time-Series Data Historian
MIT License
172 stars 51 forks source link

Fix logic to handle frameBase options on Trend/Export page #69

Closed StephenCWills closed 3 years ago

StephenCWills commented 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.

https://github.com/GridProtectionAlliance/openHistorian/blob/7033b85ca2fcdd31288a99f7525d5b6a8b79b1de/Source/Applications/openHistorian/openHistorian/wwwroot/TrendMeasurements.cshtml#L1606-L1608