Skip to content
Snippets Groups Projects
Commit e1e73b83 authored by Helena Jank's avatar Helena Jank
Browse files

+ added TODOs for bug removal

parent c7ce7a91
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@ function checkInformation() {
missing_content += " - " + $("#selectParameter")[0].labels[0].innerHTML + "\n";
}
// TODO: Get selected parameter identifier to get at values!
// update JSON structure
selectedInfo.parameter1 = contextInfoInArray.parameters.values[$("#selectParameter").select2("data").id];
}
......
......@@ -105,9 +105,9 @@ $(function() {
}
});
});
});
/**
* Saves the current scenario name and hides input field.
*
......
......@@ -97,6 +97,7 @@ function loadContextTabForUnit(unit) {
escapeMarkup: function(m) {return m;}
});
// TODO: Fetch this unit's context info from model, not icons!
// get data back in multi selection bar from a past edited learning unit
var array_unitIcons = $(unit).find(".unit-icon");
for (var n=0; n<array_unitIcons.length; n++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment