Customize whether move object lists are lmited to (grand)parents

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-04-29 21:23:01 +02:00
committed by Alexander Nicolaysen Sørnes
parent 968569b3fa
commit fc9bcb4927
3 changed files with 24 additions and 3 deletions

View File

@@ -1429,6 +1429,12 @@ class testData{
return new version($this->iVersionId);
}
/* Only show children of (grand)parents in the Move Child Objects and Change Parent lists */
public static function objectRestrictMoveObjectListsToParents()
{
return true;
}
function objectGetChildren($bIncludeDeleted = false)
{
/* We have none */