* Fix bug #47661.
This commit is contained in:
@@ -3,7 +3,7 @@ window.onRenderRow = function(row, rowIdx, data)
|
||||
if(row.children('[data-name=milestone]').find('input[type=radio]:checked').length == 0) row.children('[data-name=milestone]').find('input[type=radio]').eq(1).prop('checked', true);
|
||||
row.children('[data-name=type]').find('[name^=type]').picker({disabled: true});
|
||||
|
||||
if(project.model == 'ipd')
|
||||
if(project.model == 'ipd' && !planID)
|
||||
{
|
||||
const $attribute = data.attribute;
|
||||
const $point = row.find('[data-name="point"]');
|
||||
@@ -26,7 +26,7 @@ window.onRenderRow = function(row, rowIdx, data)
|
||||
hint = reviewedPointTip;
|
||||
}
|
||||
|
||||
items.push({text: $value, value: $value, disabled: disabled, hint: hint});
|
||||
items.push({text: $value, value: $value, disabled: disabled, hint: hint});
|
||||
}
|
||||
options.items = items;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user