Customize whether move object lists are lmited to (grand)parents
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
968569b3fa
commit
fc9bcb4927
@@ -789,6 +789,12 @@ class version {
|
||||
return new application($this->iAppId);
|
||||
}
|
||||
|
||||
/* Only show children of (grand)parents in the Move Child Objects and Change Parent lists */
|
||||
public static function objectRestrictMoveObjectListsToParents()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getRatingInfo()
|
||||
{
|
||||
return testData::getRatingInfoForVersionId($this->iVersionId);
|
||||
|
||||
Reference in New Issue
Block a user