mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Added 'Copy' to Batch options on Books/Chapters page.
This commit is contained in:
@@ -117,6 +117,7 @@ class page_chapters_ui extends e_admin_ui
|
||||
protected $pid = "chapter_id";
|
||||
protected $perPage = 0; //no limit
|
||||
protected $batchDelete = false;
|
||||
protected $batchCopy = true;
|
||||
protected $batchLink = true;
|
||||
protected $listOrder = ' COALESCE(NULLIF(chapter_parent,0), chapter_id), chapter_parent > 0, chapter_order '; //FIXME works with parent/child but doesn't respect parent order.
|
||||
// protected $sortField = 'chapter_order';
|
||||
|
Reference in New Issue
Block a user