[ https://issues.apache.org/jira/browse/CLIMATE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310593#comment-16310593 ]
ASF GitHub Bot commented on CLIMATE-940: ---------------------------------------- GitHub user MichaelArthurAnderson opened a pull request: https://github.com/apache/climate/pull/479 CLIMATE-940 File List Does Not Display On File Selection Due To Prope… CLIMATE-940 File List Does Not Display On File Selection Due To Prope… - Corrected file list drop down does not display files due to undefined property error. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-940 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/479.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #479 ---- commit e8a2bdc04153597d490b19a4ccdca47b2dccfabd Author: Michael Anderson <michaelanderson@...> Date: 2018-01-04T01:32:11Z CLIMATE-940 File List Does Not Display On File Selection Due To Property Of Undefined Error ---- > File List Does Not Display On File Selection Due To Property Of Undefined > Error > ------------------------------------------------------------------------------- > > Key: CLIMATE-940 > URL: https://issues.apache.org/jira/browse/CLIMATE-940 > Project: Apache Open Climate Workbench > Issue Type: Bug > Reporter: Michael Anderson > Assignee: Michael Anderson > > File list does not display when typing in UI input for file selection. > This had been written as $elem.context.id, but $elem is an object > (jQuery.fn.init) and the object did not have a context or id attribute. This > was throwing an error to the console and the list of files was not being > displayed. > > Replaced with $attrs.id. -- This message was sent by Atlassian JIRA (v6.4.14#64029)