View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
14929Feature requestsResponse browsingpublic2019-05-27 19:36
ReporterGuernseyResearch Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary14929: Change the default number of rows
Description

FEATURE REQUEST
On the survey response page the default number of rows is 10.
I would like to have the ability to set the default "rows per page" on the survey response screen to something larger. This could be a global configuration setting OR a setting for a single survey.

TagsNo tags attached.
Attached Files
Untitled.jpg (46,173 bytes)   
Untitled.jpg (46,173 bytes)   
Bug heat6
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2019-05-22 19:58

developer   ~52056

By user settings ?

GuernseyResearch

GuernseyResearch

2019-05-22 20:48

reporter   ~52058

Admin setting is what I would need. I would not expect users to be able to change this.

DenisChenu

DenisChenu

2019-05-23 08:32

developer   ~52059

application/config/config.php
add this
just before 'components' => array(

    'params'=> array(
        'defaultPageSize'=>20,
    ),

See what you can update in config.php in internal.php

dominikvitt

dominikvitt

2019-05-23 12:51

developer   ~52073

@GuernseyResearch: Is above solution acceptable for you?

DenisChenu

DenisChenu

2019-05-23 13:04

developer   ~52075

Need manual update is solution is accepted.

GuernseyResearch

GuernseyResearch

2019-05-23 16:27

reporter   ~52092

That does work for me, although I set the number to 100. However, it does change the number of rows for all pages, which could be a problem elsewhere.
1 - it does need to be in the documentation with a bit more explanation.
2 - will it ever be impacted by a simple comfortupdate?
3 - could this be an easier configuration option (for perhaps just certain pages) in version 4?

Thank you for the assistance. I appreciate the help. It has made my process easier.

DenisChenu

DenisChenu

2019-05-27 19:36

developer   ~52121

2 - will it ever be impacted by a simple comfortupdate?

No, except if we add defaultPageSize for different page, but i don't think it happen in a minor update version ( X.Y.Z : X is major, Y is minor).

3 - could this be an easier configuration option (for perhaps just certain pages) in version 4?

Have different defaultPageSize can be a New feature candidate. Maybe can be done in plugins ?

Issue History

Date Modified Username Field Change
2019-05-22 18:32 GuernseyResearch New Issue
2019-05-22 18:32 GuernseyResearch File Added: Untitled.jpg
2019-05-22 19:58 DenisChenu Note Added: 52056
2019-05-22 20:48 GuernseyResearch Note Added: 52058
2019-05-23 08:32 DenisChenu Note Added: 52059
2019-05-23 12:51 dominikvitt Note Added: 52073
2019-05-23 13:04 DenisChenu Note Added: 52075
2019-05-23 16:27 GuernseyResearch Note Added: 52092
2019-05-27 19:36 DenisChenu Note Added: 52121