maintainerView: Add objectGetState()
This commit is contained in:
@@ -27,6 +27,12 @@ class maintainerView
|
|||||||
return $this->iUserId;
|
return $this->iUserId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* We don't queue this class or process it in any way */
|
||||||
|
function objectGetState()
|
||||||
|
{
|
||||||
|
return 'accepted';
|
||||||
|
}
|
||||||
|
|
||||||
function addVersionRatingInfo($oTableRow, $oVersion)
|
function addVersionRatingInfo($oTableRow, $oVersion)
|
||||||
{
|
{
|
||||||
$oTableRow->AddTextCell($oVersion->objectMakeLink());
|
$oTableRow->AddTextCell($oVersion->objectMakeLink());
|
||||||
|
|||||||
Reference in New Issue
Block a user