More fixes and uses for objectManager's version/testData queues
This commit is contained in:
committed by
WineHQ
parent
dad5de17b1
commit
d5aabe4d17
@@ -305,6 +305,9 @@ class ObjectManager
|
||||
if(!$oObject->canEdit())
|
||||
return FALSE;
|
||||
|
||||
if($this->bIsRejected)
|
||||
$oObject->ReQueue();
|
||||
|
||||
if($this->bIsQueue)
|
||||
$oObject->unQueue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user