Public bug reported: The maximum number of rows for a view is arbitrarily set to 6 in lib/view.php ($maxlayoutrows), which may be too small for some uses.
The code also references some file (layoutpreview.php) which is not present (as an explanation for this limitation ?). Discussion on https://mahara.org/interaction/forum/topic.php?id=6413 has Robert Lyon and Aaron Wells stating (back in 2014-2015) that this could be changed. Therefore I propose a small modification, which : 1. raises this limit to 20 2. shows smaller preview rows for layouts having >= 60 rows Attached patch for Mahara 17.x-18.04 ** Affects: mahara Importance: Undecided Status: New ** Patch added: "mahara-maxlayoutrows-raise.patch" https://bugs.launchpad.net/bugs/1766833/+attachment/5126944/+files/mahara-maxlayoutrows-raise.patch -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1766833 Title: maxlayoutrows is too low Status in Mahara: New Bug description: The maximum number of rows for a view is arbitrarily set to 6 in lib/view.php ($maxlayoutrows), which may be too small for some uses. The code also references some file (layoutpreview.php) which is not present (as an explanation for this limitation ?). Discussion on https://mahara.org/interaction/forum/topic.php?id=6413 has Robert Lyon and Aaron Wells stating (back in 2014-2015) that this could be changed. Therefore I propose a small modification, which : 1. raises this limit to 20 2. shows smaller preview rows for layouts having >= 60 rows Attached patch for Mahara 17.x-18.04 To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1766833/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

