bug: Prevent ids getting lost during form processing
This commit is contained in:
committed by
Chris Morgan
parent
31bb4c0d9d
commit
3edd18c101
@@ -498,8 +498,10 @@ class Bug
|
||||
|
||||
function getOutputEditorValues($aClean)
|
||||
{
|
||||
$this->iBug_id = $aClean['iBuglinkId'];
|
||||
$this->iVersionId = $aClean['iVersionId'];
|
||||
$this->iBug_id = $aClean['iBuglinkId'];
|
||||
|
||||
if($aClean['iVersionId'])
|
||||
$this->iVersionId = $aClean['iVersionId'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user