* Fix bug #32426.
This commit is contained in:
@@ -2,7 +2,7 @@ function changeParentStage(stageID)
|
||||
{
|
||||
$.get(createLink('programplan', 'ajaxGetAttribute', 'stageID=' + stageID + '&attribute=' + plan.attribute), function(attribute)
|
||||
{
|
||||
$('#attributeType td').html(attribute);
|
||||
$('#attributeType th + td').html(attribute);
|
||||
$("#attribute" + "_chosen").remove();
|
||||
$("#attribute").next('.picker').remove();
|
||||
$("#attribute").chosen();
|
||||
|
||||
Reference in New Issue
Block a user