mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Fix navigation links assembling (navigation handler)
This commit is contained in:
@@ -280,6 +280,7 @@ class page_admin_ui extends e_admin_ui
|
||||
protected $batchCopy = true;
|
||||
protected $sortField = 'page_order';
|
||||
protected $orderStep = 10;
|
||||
protected $itemRoute = 'page/view?page_id=page_id&page_sef=page_sef';
|
||||
// protected $listSorting = true;
|
||||
|
||||
protected $fields = array(
|
||||
|
Reference in New Issue
Block a user