Add om method for displaying a move child objects page. A link to this page is displayed in
an entry's view page automatically if the class that entry has the required methods objectMoveChildren and objectGetId
This commit is contained in:
committed by
WineHQ
parent
2f3587f15d
commit
eb49e9344d
@@ -82,6 +82,10 @@ if($oObject->iId)
|
||||
$oObject->display_entry_for_editing($REQUEST_URI, $sErrors);
|
||||
break;
|
||||
|
||||
case "showMoveChildren":
|
||||
$oObject->display_move_children();
|
||||
break;
|
||||
|
||||
default:
|
||||
$oObject->view($REQUEST_URI);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user