Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Export function and form selection dropdown limited to 20 entries #60

Closed garethparker closed 8 years ago

garethparker commented 9 years ago

The form export option appears to be limiting to 20 exports in the latest version.

Also the dropdown menu to select which form to filter on is also limiting to 20 rows.

I've made temporary fixes on my installation by editing:

components/formit/js/mgr/widgets/home.panel.js to include the following at row 60 ,paging: true,pageSize: 50

components/formit/js/mgr/widgets/forms.grid.js to include the following at row 105 ,pageSize: 99999,limit: 999999

This fixed the issues on my install, however I think a more complete solution is needed.

sdrenth commented 8 years ago

Paging has been added and the export limit has been fixed now.