[ https://issues.apache.org/jira/browse/CLIMATE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310547#comment-16310547 ]
ASF GitHub Bot commented on CLIMATE-940: ---------------------------------------- GitHub user MichaelArthurAnderson opened a pull request: https://github.com/apache/climate/pull/478 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 Property Of Undefined Error - Fixed access to undefined variable which prevented file list from displaying in drop down. 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/478.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 #478 ---- commit 0c08e123016aa949d98c7541551f19f9708d84db Author: Michael Anderson <michaelanderson@...> Date: 2018-01-04T01:01:23Z 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)