* fix a bug : merge ajaxGetPlans function.
This commit is contained in:
@@ -172,9 +172,10 @@ function loadProjectStories(projectID)
|
||||
function loadProductPlans(productID)
|
||||
{
|
||||
if(typeof(planID) == 'undefined') planID = 0;
|
||||
link = createLink('productplan', 'ajaxGetPlans', 'productID=' + $('#product').val() + '&planID=' + planID);
|
||||
link = createLink('product', 'ajaxGetPlans', 'productID=' + $('#product').val() + '&planID=' + planID);
|
||||
$('#planIdBox').load(link, function(){$('#story').chosen({no_results_text:noResultsMatch});});
|
||||
}
|
||||
|
||||
/**
|
||||
* Load builds of a project.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user