View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
16722Feature requestsSurvey participants (Tokens)public2023-08-28 08:53
ReporterMazi Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary16722: Can't load more than 10000 tokens at participant overview
Description

We are often dealing with larger numbers of participants which are loaded with additional token attributes. Unfortunately, we can only load a max of 10000 entries at the survey participant list. That is a pity since we are using a fast server and need to view more items but that's not doable.
So can we add something like 50000 and 100000 and maybe another item "all" to the drop down to select the number of rows to display? Shouldn't be that difficult to implement?!

Steps To Reproduce

At a closed survey load the participant list and check the drop down bottom right. It is limited to 10000 which is not sufficient.

TagsNo tags attached.
Bug heat6
Story point estimate0
Users affected %0

Users monitoring this issue

There are no users monitoring this issue.

Activities

nonformality

nonformality

2023-08-27 10:13

reporter   ~76736

+1 Would be very useful for us too

Mazi

Mazi

2023-08-27 12:03

updater   ~76737

@ollerhar, @DenisChenu, if we were to provide a fix, which reasonable other entries would you prefer for the dropdown? Suggestion:
25.000
50.000
100.000

DenisChenu

DenisChenu

2023-08-28 08:53

developer   ~76740

You can add more item via config.php

return array(
    'components' => array(
        […]
        'params'=>array(
            'pageSizeOptions'=>array(1000=>1000, 5000=>5000),
            'pageSizeOptionsTokens'=>array(50000=>50000, 100000=>100000),
        ),

Must put it in manual

Issue History

Date Modified Username Field Change
2020-10-07 08:51 Mazi New Issue
2020-10-13 17:28 c_schmitz Project Bug reports => Feature requests
2023-08-27 10:13 nonformality Note Added: 76736
2023-08-27 10:13 nonformality Bug heat 0 => 2
2023-08-27 12:03 Mazi Note Added: 76737
2023-08-27 12:03 Mazi Bug heat 2 => 4
2023-08-28 08:53 DenisChenu Note Added: 76740
2023-08-28 08:53 DenisChenu Bug heat 4 => 6
2023-08-28 08:53 DenisChenu Severity @50@ => feature
2023-08-28 08:53 DenisChenu Story point estimate => 0
2023-08-28 08:53 DenisChenu Users affected % => 0