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