Michael Anderson created CLIMATE-940:
----------------------------------------
Summary: 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)