* Add the ajax request when change parent stage for task #83955.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
function changeParentStage(stageID)
|
||||
{
|
||||
$.get(createLink('programplan', 'ajaxGetAttribute', 'stageID=' + stageID), function(attribute)
|
||||
{
|
||||
$('#attributeType td').html(attribute);
|
||||
$("#attribute" + "_chosen").remove();
|
||||
$("#attribute").next('.picker').remove();
|
||||
$("#attribute").chosen();
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user