The list of tiki pages presented for selection and addition to a structure is truncated at 50 records for no apparent reason and there's no way to add records >50 without running a filter.
I just parroted what I saw in tiki-admin_categories.php for its similar page list and it works.
The diff is below - hope I did that correctly.
diff tiki-edit_structure.php tiki-edit_structure.php.backup
130c130
< $listpages = $tikilib->list_pages(0, -1, 'pageName_asc', $find_objects);
> $listpages = $tikilib->list_pages(0, 50, 'pageName_asc', $find_objects);
Fixed in tiki 3.0 — commit 15006
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |