Wunderbyte-GmbH / moodle-mod_datalynx

Repository for the Datalynx Module for Moodle
7 stars 5 forks source link

custom filter: Improvements #149

Open dasistwas opened 3 years ago

dasistwas commented 3 years ago

Current status: When in the view settings the tag '##pagingbar##' is included and I use a custom filter, then the paging bar does not show up due to lack of limitation to set entries per page.

michaelpollak commented 3 years ago

Steps: I create a view with pagingbar and custom filter I select 1 in the Per page menu I search for something in the customfilter - works I sort by some field, works also I click on the pagingbar page 2 and filters are gone - fails

So here pagingbar actually shows up when using customfilters but does not work properly. Am looking into that.

michaelpollak commented 3 years ago

I've been working on this for a few days now without much progress. Customfilter is in big parts incompatible with filter and pagination does not work as expected bc. data is not passed.

To get the number of total entries we need to build a separate query without customfilter, this is a huge overhead.