[
https://issues.apache.org/jira/browse/CLIMATE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307223#comment-16307223
]
ASF GitHub Bot commented on CLIMATE-940:
----------------------------------------
GitHub user MichaelArthurAnderson opened a pull request:
https://github.com/apache/climate/pull/470
CLIMATE-940
CLIMATE-940
- Corrected file list not being displayed 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/470.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 #470
----
commit 5c170a3ab2ab70439b6ba4f94f34422cd007db15
Author: Michael Anderson <michaelanderson@...>
Date: 2017-12-30T00:28:38Z
CLIMATE-826 Fix ValueError when dates are out of range post annual
rebinning.
commit 81dff2adfb54fdfbb1a1315d51fe32e584bdb382
Author: Michael Anderson <michaelanderson@...>
Date: 2017-12-30T19:35:17Z
CLIMATE-997 Remove warnings when making documentation with make html.
commit a0b3e301b2154fe7e3d242743f881adb9630e825
Author: Michael Anderson <michaelanderson@...>
Date: 2017-12-31T02:55:10Z
CLIMATE-917 Remove warnings when making documentation with make html.
commit 52d81668d7c44b1719a06b0026fc898f8f21dcc6
Author: Michael Anderson <michaelanderson@...>
Date: 2017-12-31T13:45:29Z
CLIMATE-762 Automate the linking of the frontend to the backend.
commit 0a7c5cfafb26d8ec3fdb494dfc44fe27c2ee68ca
Author: Michael Anderson <michaelanderson@...>
Date: 2017-12-31T15:34:42Z
CLIMATE-940 Corrected file list not displaying due to 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)