View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
16847 | Bug reports | User / Groups / Roles | public | 2020-11-20 10:07 | 2020-11-23 14:57 |
Reporter | Jmantysalo | Assigned To | |||
Priority | none | Severity | tweak | ||
Status | closed | Resolution | fixed | ||
Product Version | 4.3.26 | ||||
Summary | 16847: Add user to group: unsorted list | ||||
Description | When adding user to a user group the list of users is unsorted. Could we do something to this? For example ''application/controllers/UserGroupController.php'' line 167 ends at '' 'condition' => "id IS NULL"'' and having '''condition' => "id IS NULL ORDER BY uid"'' would make this much easier to use. | ||||
Steps To Reproduce | Just make an installation for over 100 user. | ||||
Tags | No tags attached. | ||||
Bug heat | 10 | ||||
Complete LimeSurvey version number (& build) | Versio 4.3.26+201110 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MariaDB | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | N/A | ||||
Hey and thanks for info! |
|
I did test. This works, and is definitely better than the current code. But maybe sorting by name, not by account, would be still better. Anyways, if nobody's gonna make better fix, I'll try to make a PR. |
|
order by name or user_name is (maybe) better ? |
|
Of course, don't know what I was thinkig... I pushed this to branch containing PR. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=30743 |
|
Fixed in Release 4.3.28+201123 |
|
LimeSurvey: master 5a53c938 2020-11-23 15:55 Committer: GitHub Details Diff |
Fixed issue 16847: Sort users when adding to usergroup (#1662) * Sort users when adding to usergroup. * Correction: Sort users when adding to usergroup. |
Affected Issues 16847 |
|
mod - application/controllers/UserGroupController.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-20 10:07 | Jmantysalo | New Issue | |
2020-11-20 10:21 | cdorin | Note Added: 60719 | |
2020-11-20 10:28 | Jmantysalo | Note Added: 60720 | |
2020-11-20 10:45 | Jmantysalo | Note Added: 60722 | |
2020-11-20 10:57 | DenisChenu | Note Added: 60723 | |
2020-11-20 11:06 | Jmantysalo | Note Added: 60724 | |
2020-11-23 14:55 | Jmantysalo | Changeset attached | => LimeSurvey master 5a53c938 |
2020-11-23 14:55 | guest | Note Added: 60739 | |
2020-11-23 14:57 | lime_release_bot | Note Added: 60741 | |
2020-11-23 14:57 | lime_release_bot | Status | new => closed |
2020-11-23 14:57 | lime_release_bot | Resolution | open => fixed |