|
@@ -510,7 +510,7 @@ function fetchCriteria(outcome, objective)
|
510
|
510
|
{
|
511
|
511
|
objectives = JSON.stringify(arrayItem.objectives);
|
512
|
512
|
$('#select-criterion')
|
513
|
|
- .append('<option data-criterion-id="'+arrayItem.id+'" data-program-ids = "'+arrayItem.program_ids+'" data-assoc-objectives= '+"'"+objectives+"'"+'>'+arrayItem.name+'</option>');
|
|
513
|
+ .append('<option data-criterion-id="'+arrayItem.id+'" data-program-ids = '+"'"+arrayItem.program_ids+"'"+' data-assoc-objectives= '+"'"+objectives+"'"+'>'+arrayItem.name+'</option>');
|
514
|
514
|
});
|
515
|
515
|
|
516
|
516
|
// If there are no criteria assigned to the selected outcome, disable the
|