Skip to content

Commit

Permalink
#166 testing code to get sources.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Oct 4, 2021
1 parent 6c8d121 commit 6e8ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simccs_maptool/templates/simccs_maptool/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ <h5 class="modal-title">Generate MPS file</h5>

async function display_experiment_result(experiment_id){
// testing retrieve sources/sinks
const experiment = await services.ExperimentService.retrieve({
const experiment = await AiravataAPI.services.ExperimentService.retrieve({
lookup: experiment_id,});
const sourcesInput = experiment.getExperimentOutput("Sources");
const dataProductURI = sourcesInput.value;
Expand Down

0 comments on commit 6e8ba1c

Please sign in to comment.