View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06504 | Bug reports | Central participant database | public | 2012-08-19 12:40 | 2013-03-02 16:34 |
Reporter | lolo | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00RC9 | ||||
Fixed in Version | 2.00+ | ||||
Summary | 06504: Central Participant Database: filtering by "survey links" does not work | ||||
Description | In the grid of participants, trying to filter by "Survey links" yields no results. | ||||
Steps To Reproduce | In Central Participants Database, have two participants: one linked to one survey, one not linked to nothing. Then try to filter: | ||||
Tags | No tags attached. | ||||
Bug heat | 12 | ||||
Complete LimeSurvey version number (& build) | 120817 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Safari 5.1.7 (Mac) | ||||
Database type & version | Mysql 5.5.24 | ||||
Server OS (if known) | Linux 2.6.27.52 | ||||
Webserver software & version (if known) | Apache 2 | ||||
PHP Version | 5.3.14 | ||||
Additional information: the filtering by 'Survey name' does not seem to be working either. When expanding a participant (to reveal his/her attributes and linked surveys), survey names are all empty in the list of surveys (other fields are correctly populated). |
|
Update 2: The display issue of survey names is actually due to survey base language vs admin language. Let's say that a participant is linked to two surveys: a survey 'survey_en' (english language), and a survey 'survey_fr' (french language). If admin is logged using english language, upon revealing linked surveys of participant:
likewise, If admin is logged using french language, upon revealing linked surveys of participant:
This probably interacts with filtering by survey name not working. |
|
This issue should rather go in the "Central Participants Database" category |
|
Lots of changes have been done and searching on survey name / survey count should be working. If next release (probably tuesday) doesn't fix this, feel free to reopen. |
|
LimeSurvey 2.0+ build 121204 released. |
|
Hello, I finally had the time to check this, but it seems to be still unsolved. Also, the second issue is still there: when clicking "+" next to a participants to reveal its attributes & surveys, the surveys are there but all survey titles are empty. Thanks in advance, and sorry for not being able to give a feedback earlier. |
|
Update: I also tested the filtering by survey name, and it does not seem to be working either (the list keeps showing all participants regardless of what I set for survey name). PS: I'm currently on LS 2.00+ build 121231. |
|
Your hint about the language has been helpful. Not really sure how to solve it though. It is difficult to make a choice on what language to use for display and search. When we search in all languages, and present just one it might seem that the selection was wrong since the word does not exist in the title in the display language. I think the only workable solution, from a programming point of view would be to always use the base language of the survey otherwise it would result in numerous lookups for all surveys to see if they have a matching language or not. |
|
Thanks for the answer. Yes I agree it makes much more sense to rely on the base language of the survey for display & search. Other languages of survey, or user/admin language should not come into play. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11682 |
|
New version released. |
|
Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11741 |
|
LimeSurvey: master 074f8c78 2013-02-24 15:52 Details Diff |
Fixed issue 06504: If admin language is not the same as survey language then survey names won't be shown for assigned surveys in central participants database |
Affected Issues 06504 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
mod - application/models/Surveys_languagesettings.php | Diff File | ||
mod - application/views/admin/participants/displayParticipants_view.php | Diff File | ||
LimeSurvey: 2.1 ccf0d7d2 2013-02-24 15:52 Details Diff |
Fixed issue 06504: If admin language is not the same as survey language then survey names won't be shown for assigned surveys in central participants database |
Affected Issues 06504 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
mod - application/models/Surveys_languagesettings.php | Diff File | ||
mod - application/views/admin/participants/displayParticipants_view.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-19 12:40 | lolo | New Issue | |
2012-08-19 21:55 | lolo | Note Added: 20536 | |
2012-08-19 22:18 | lolo | Note Added: 20537 | |
2012-08-19 22:21 | lolo | Issue Monitored: lolo | |
2012-08-20 13:15 | c_schmitz | Status | new => assigned |
2012-08-20 13:15 | c_schmitz | Assigned To | => jcleeland |
2012-10-14 13:43 | Mazi | Issue Monitored: aniesshsethh | |
2012-11-15 14:14 | lolo | Note Added: 22180 | |
2012-11-15 14:14 | lolo | Status | assigned => new |
2012-11-15 14:48 | c_schmitz | Status | new => assigned |
2012-11-15 14:48 | c_schmitz | Category | Tokens => Central participant database |
2012-11-20 20:19 | machaven | Assigned To | jcleeland => machaven |
2012-11-21 04:50 | liangweigang | Issue Monitored: liangweigang | |
2012-11-30 14:56 | mdekker | Note Added: 22738 | |
2012-11-30 14:56 | mdekker | Status | assigned => resolved |
2012-11-30 14:56 | mdekker | Fixed in Version | => 2.00+ |
2012-11-30 14:56 | mdekker | Resolution | open => fixed |
2012-11-30 14:56 | mdekker | Assigned To | machaven => mdekker |
2012-12-04 13:16 | c_schmitz | Note Added: 22859 | |
2012-12-04 13:16 | c_schmitz | Status | resolved => closed |
2013-01-12 14:43 | lolo | Note Added: 23621 | |
2013-01-12 14:43 | lolo | Status | closed => feedback |
2013-01-12 14:43 | lolo | Resolution | fixed => reopened |
2013-01-12 15:01 | lolo | Note Added: 23622 | |
2013-01-12 15:01 | lolo | Status | feedback => assigned |
2013-01-15 11:46 | mdekker | Note Added: 23677 | |
2013-01-15 14:03 | lolo | Note Added: 23686 | |
2013-02-24 15:49 | c_schmitz | Assigned To | mdekker => c_schmitz |
2013-02-24 15:52 | c_schmitz | Status | assigned => resolved |
2013-02-24 15:52 | c_schmitz | Resolution | reopened => fixed |
2013-02-24 16:26 | c_schmitz | Changeset attached | => LimeSurvey master 074f8c78 |
2013-02-24 16:26 | c_schmitz | Note Added: 24228 | |
2013-02-26 20:03 | c_schmitz | Note Added: 24414 | |
2013-02-26 20:03 | c_schmitz | Status | resolved => closed |
2013-03-02 16:34 | c_schmitz | Changeset attached | => LimeSurvey 2.1 ccf0d7d2 |
2013-03-02 16:34 | c_schmitz | Note Added: 24493 | |
2021-08-06 05:13 | guest | Bug heat | 6 => 12 |