This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 7bd2f31d8698c5dd910ca5da416bc44b11678306 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jan 21 18:05:47 2015 +0100 correction javascript --- echobase-ui/src/main/webapp/js/gridHelper.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/echobase-ui/src/main/webapp/js/gridHelper.js b/echobase-ui/src/main/webapp/js/gridHelper.js index 55a8468..7b06a79 100644 --- a/echobase-ui/src/main/webapp/js/gridHelper.js +++ b/echobase-ui/src/main/webapp/js/gridHelper.js @@ -317,11 +317,10 @@ missionSelectBox.change(missionId); // call url to obtain datas to inject in target select box - jQuery.getJSON(event.data.getUrl, event.data, function (result) { + jQuery.getJSON(getUrl, {missionId: missionId}, function (result) { - - $.fillSelectBox(result, 'communityIndicator', event.data.communityIndicatorSelectBox); - $.fillSelectBox(result, 'populationIndicator', event.data.populationIndicatorSelectBox); + $.fillSelectBox(result, 'communityIndicators', communityIndicatorSelectBox); + $.fillSelectBox(result, 'populationIndicators', populationIndicatorSelectBox); }); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.