[
https://issues.apache.org/jira/browse/CLIMATE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131362#comment-15131362
]
ASF GitHub Bot commented on CLIMATE-750:
----------------------------------------
Github user OCWJenkins commented on the pull request:
https://github.com/apache/climate/pull/307#issuecomment-179527339
Can one of the admins verify this patch?
> $scope.fileLoadFailed Compares On Boolean Rather Than String
> ------------------------------------------------------------
>
> Key: CLIMATE-750
> URL: https://issues.apache.org/jira/browse/CLIMATE-750
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Reporter: Michael Anderson
> Priority: Trivial
>
> $scope.fileLoadFailed is set using a Boolean:
> $scope.fileLoadFailed = true;
> $scope.fileLoadFailed = false;
> but the conditional treats it as a string and always fails:
> if($scope.fileLoadFailed === 'false'){
> Update comparison to compare as a boolean.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)