Problem/Motivation
The view that is the base for the new map exposes the "items per page" setting so users can select the number of results being shown per page.
If you disable it in the view, it is still visible in the frontend, since it is hardcoded in the template.
Proposed resolution
Respect the setting in template and JS.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | map_hide_per_page.patch | 4.65 KB | mrshowerman |
Comments
Comment #2
mrshowermanComment #5
tobiasbPatch applied. Thx.